2012-07-18 11:39:05 -04:00
|
|
|
bin_PROGRAMS = wcap-decode
|
2012-05-25 21:32:58 -04:00
|
|
|
|
|
|
|
wcap_decode_SOURCES = \
|
2012-07-18 11:39:05 -04:00
|
|
|
main.c \
|
2012-05-25 21:32:58 -04:00
|
|
|
wcap-decode.c \
|
|
|
|
wcap-decode.h
|
|
|
|
|
2012-07-23 10:47:34 -04:00
|
|
|
wcap_decode_CFLAGS = $(GCC_CFLAGS) $(WCAP_CFLAGS)
|
2012-05-25 21:32:58 -04:00
|
|
|
wcap_decode_LDADD = $(WCAP_LIBS)
|