Depend on sqlite3 and add utility
[trust_router.git] / Makefile.am
index 82a136c..d8bd9b7 100644 (file)
@@ -1,14 +1,18 @@
 bin_PROGRAMS= tr/tr 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 
 common_srcs = common/tr_name.c \
 common/tr_msg.c \
-common/tr_dh.c
+common/tr_dh.c \
+       common/tr_util.c
 
 lib_LTLIBRARIES = libtr_tid.la
 
 tr_tr_SOURCES = tr/tr_main.c \
-common/tr_config.c 
+common/tr_config.c \
+common/tr_idp.c \
+tr/tr.c
 
 tr_tr_LDADD = gsscon/libgsscon.la libtr_tid.la