Update Makefile.am to include new sources
authorAdam Bishop <adam@omega.org.uk>
Mon, 8 Dec 2014 14:15:11 +0000 (14:15 +0000)
committerAdam Bishop <adam@omega.org.uk>
Thu, 11 Dec 2014 18:13:53 +0000 (18:13 +0000)
Makefile.am

index 371e57f..1010e42 100644 (file)
@@ -9,6 +9,7 @@ common_srcs = common/tr_name.c \
        common/jansson_iterators.h \
        common/tr_msg.c \
        common/tr_dh.c \
+        common/tr_debug.c \
        common/tr_util.c
 
 check_PROGRAMS = common/t_constraint
@@ -39,6 +40,7 @@ tid_example_tids_SOURCES = tid/example/tids_main.c
 tid_example_tids_LDADD = gsscon/libgsscon.la libtr_tid.la
 
 common_dh_test_tr_dh_test_SOURCES = common/tr_dh.c \
+common/tr_debug.c \
 common/dh_test/dh_test.c
 
 libtr_tid_la_SOURCES = tid/tids.c tid/tidc.c tid/tid_req.c tid/tid_resp.c \
@@ -49,12 +51,12 @@ libtr_tid_la_LIBADD = gsscon/libgsscon.la
 libtr_tid_la_LDFLAGS = $(AM_LDFLAGS) -version-info 2 -no-undefined
 
 pkginclude_HEADERS = include/trust_router/tid.h include/trust_router/tr_name.h \
+       include/tr_debug.h \
        include/trust_router/tr_dh.h \
        include/trust_router/tr_constraint.h \
        include/trust_router/tr_versioning.h 
 
 noinst_HEADERS = include/gsscon.h include/tr_config.h \
-       include/tr_debug.h \
        include/tr_msg.h include/tr.h \
        include/tr_idp.h include/tr_rp.h \
        include/tr_comm.h include/tr_apc.h \