Peer organizations now parsed and added to peer table.
[trust_router.git] / Makefile.am
index c6c5222..d509db5 100644 (file)
@@ -1,6 +1,6 @@
 DISTCHECK_CONFIGURE_FLAGS = \
        --with-systemdsystemunitdir=$$dc_install_base/$(systemdsystemunitdir)
-bin_PROGRAMS= tr/trust_router tr/trpc tid/example/tidc tid/example/tids common/dh_test/tr_dh_test common/mq_test/mq_test common/mq_test/thread_test trp/msgtst trp/test/rtbl_test trp/test/ptbl_test
+bin_PROGRAMS= tr/trust_router tr/trpc tid/example/tidc tid/example/tids common/dh_test/tr_dh_test common/mq_test/mq_test common/mq_test/thread_test trp/msgtst trp/test/rtbl_test trp/test/ptbl_test common/cfg_test/cfg_test
 AM_CPPFLAGS=-I$(srcdir)/include $(GLIB_CFLAGS)
 AM_CFLAGS = -Wall -Werror=missing-prototypes -Werror -Wno-parentheses $(GLIB_CFLAGS)
 SUBDIRS = gsscon 
@@ -38,10 +38,12 @@ tr_trust_router_SOURCES = $(common_srcs) \
 tr/tr_main.c \
 common/tr_config.c \
 common/tr_idp.c \
+common/tr_apc.c \
 common/tr_comm.c \
 common/tr_filter.c \
 common/tr_rp.c \
 common/tr_mq.c \
+common/tr_gss.c \
 tr/tr.c \
 tr/tr_event.c \
 tr/tr_cfgwatch.c \
@@ -50,7 +52,7 @@ tr/tr_trp.c \
 $(trp_srcs) \
 $(tid_srcs)
 
-tr_trust_router_CFLAGS = $(AM_CFLAGS) -pthread
+tr_trust_router_CFLAGS = $(AM_CFLAGS) -pthread -v -da -Q
 tr_trust_router_LDFLAGS = $(AM_LDFLAGS) -levent_pthreads
 #tr_trust_router_LDADD = gsscon/libgsscon.la libtr_tid.la libtr_trp.la $(GLIB_LIBS)
 tr_trust_router_LDADD = gsscon/libgsscon.la $(GLIB_LIBS)
@@ -73,7 +75,9 @@ tid/tid_req.c \
 tid/tid_resp.c \
 common/tr_msg.c \
 common/tr_name.c \
+common/tr_gss.c \
 common/tr_idp.c \
+common/tr_apc.c \
 common/tr_comm.c \
 common/tr_filter.c \
 common/tr_rp.c \
@@ -84,6 +88,7 @@ trp_msgtst_LDADD =  $(GLIB_LIBS)
 
 trp_test_rtbl_test_SOURCES = trp/test/rtbl_test.c \
 common/tr_name.c \
+common/tr_gss.c \
 common/tr_debug.c \
 trp/trp_rtable.c
 
@@ -117,6 +122,22 @@ common/mq_test/mq_test.c
 common_mq_test_mq_test_CFLAGS = -pthread
 common_mq_test_mq_test_LDFLAGS = $(AM_LDFLAGS) -ltalloc
 
+common_cfg_test_cfg_test_SOURCES = common/tr_config.c \
+common/tr_rp.c \
+common/tr_idp.c \
+common/tr_filter.c \
+common/tr_constraint.c \
+common/tr_debug.c \
+common/tr_name.c \
+common/tr_gss.c \
+common/tr_apc.c \
+common/tr_comm.c \
+tid/tid_req.c \
+common/cfg_test/cfg_test.c
+
+common_cfg_test_cfg_test_CFLAGS = -pthread
+common_cfg_test_cfg_test_LDFLAGS = $(AM_LDFLAGS) -ltalloc
+
 common_mq_test_thread_test_SOURCES = common/tr_mq.c \
 common/tr_debug.c \
 common/mq_test/thread_test.c