From 9691a996741fec5c5e2d290e72697806b8e4546e Mon Sep 17 00:00:00 2001 From: yaworsky Date: Fri, 16 Sep 2005 08:40:43 +0000 Subject: Added to repository. --- test/Makefile.am | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 test/Makefile.am (limited to 'test/Makefile.am') diff --git a/test/Makefile.am b/test/Makefile.am new file mode 100644 index 0000000..6df0823 --- /dev/null +++ b/test/Makefile.am @@ -0,0 +1,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 -- cgit v1.2.3