aboutsummaryrefslogblamecommitdiffstats
path: root/test/Makefile.am
blob: 6df0823b628dc770afb27baf70b08c0b262df3a5 (plain) (tree)
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