1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
if OS_WIN32 if DEBUG AM_CFLAGS = -g endif AM_CPPFLAGS = -I../include bin_PROGRAMS = dropcount test dropcount_SOURCES = dropcount.c test_SOURCES = test.c test_LDFLAGS = -L../client test_LDADD = -lsyslog endif