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