Merge branch 'master' of moonshot.suchdamage.org:/srv/git/trust_router
[trust_router.git] / Makefile.am
index 63f273a..a2adee5 100644 (file)
@@ -1,4 +1,4 @@
-bin_PROGRAMS= tr/tr tid/example/tidc tid/example/tids common/dh_test/tr_dh_test
+bin_PROGRAMS= tr/trust_router tid/example/tidc tid/example/tids common/dh_test/tr_dh_test
 AM_CPPFLAGS=-I$(srcdir)/include
 AM_CFLAGS = -Wall -Werror=missing-prototypes -Werror=strict-prototypes -Wno-parentheses
 SUBDIRS = gsscon 
@@ -9,13 +9,13 @@ common/tr_dh.c \
 
 lib_LTLIBRARIES = libtr_tid.la
 
-tr_tr_SOURCES = tr/tr_main.c \
+tr_trust_router_SOURCES = tr/tr_main.c \
 common/tr_config.c \
 common/tr_idp.c \
 common/tr_comm.c \
 tr/tr.c
 
-tr_tr_LDADD = gsscon/libgsscon.la libtr_tid.la
+tr_trust_router_LDADD = gsscon/libgsscon.la libtr_tid.la
 
 tid_example_tidc_SOURCES = tid/example/tidc_main.c 
 
@@ -41,5 +41,9 @@ include/trust_router/tr_versioning.h
 
 noinst_HEADERS = include/gsscon.h include/tr_config.h \
 include/tr_msg.h \
-include/tr.h
+include/tr.h \
+       include/tr_idp.h include/tr_rp.h \
+       include/tr_comm.h
 
+
+EXTRA_DIST = trust_router.spec