build: Move wcap/Makefile.am into top-level Makefile.am

This commit is contained in:
Kristian Høgsberg
2014-01-27 21:46:30 -08:00
parent 5b9f9f8fc4
commit e895f148e6
3 changed files with 15 additions and 15 deletions
-9
View File
@@ -1,9 +0,0 @@
bin_PROGRAMS = wcap-decode
wcap_decode_SOURCES = \
main.c \
wcap-decode.c \
wcap-decode.h
wcap_decode_CFLAGS = $(GCC_CFLAGS) $(WCAP_CFLAGS)
wcap_decode_LDADD = $(WCAP_LIBS)