Skip to content

Commit

Permalink
Remove commented out entries from the client and server Makefile.am.
Browse files Browse the repository at this point in the history
  • Loading branch information
damienstuart committed Feb 14, 2015
1 parent b152d15 commit 987455b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 9 deletions.
5 changes: 0 additions & 5 deletions client/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,10 @@ fwknop_CPPFLAGS = -I $(top_srcdir)/lib -I $(top_srcdir)/common

fwknop_LDADD = $(top_builddir)/lib/libfko.la $(top_builddir)/common/libfko_util.a

#if WANT_C_UNIT_TESTS
# fwknop_LDADD += $(top_builddir)/common/libcunit_common.a
#endif

dist_man_MANS = fwknop.8

EXTRA_DIST = fwknop.8.in

#fwknop.8: fwknop.8.in
fwknop.8: $(top_srcdir)/client/fwknop.8.in
$(SED) \
-e 's|[@]prefix@|$(prefix)|g' \
Expand Down
4 changes: 0 additions & 4 deletions server/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 987455b

Please sign in to comment.