Remove commented out entries from the client and server Makefile.am.

This commit is contained in:
Damien Stuart
2015-02-14 12:40:58 -05:00
parent b152d15970
commit 987455b902
2 changed files with 0 additions and 9 deletions

View File

@@ -16,10 +16,6 @@ fwknopd_SOURCES = fwknopd.c fwknopd.h config_init.c config_init.h \
fwknopd_LDADD = $(top_builddir)/lib/libfko.la $(top_builddir)/common/libfko_util.a
#if WANT_C_UNIT_TESTS
# fwknopd_LDADD += $(top_builddir)/common/libcunit_common.a
#endif
if !UDP_SERVER
fwknopd_LDADD += -lpcap
endif