X-Git-Url: http://www.project-moonshot.org/gitweb/?a=blobdiff_plain;f=lib%2Ftests%2FMakefile.am;h=09f9d2869732083a2dba60fdbfaa83ff97cd874a;hb=5871418432e1b127c760cd42a50f781d95d245fd;hp=33ddb51497fbe28d3ece3c0a173bed92b34a6658;hpb=84f0770e6ff98f872d0627e759145c5c1ecccebd;p=libradsec.git diff --git a/lib/tests/Makefile.am b/lib/tests/Makefile.am index 33ddb51..09f9d28 100644 --- a/lib/tests/Makefile.am +++ b/lib/tests/Makefile.am @@ -1,12 +1,12 @@ AUTOMAKE_OPTIONS = foreign -INCLUDES = -I$(top_srcdir)/include +AM_CPPFLAGS = -I$(top_srcdir)/include -I$(top_srcdir) AM_CFLAGS = -Wall -Werror -g TESTS = test-udp check_PROGRAMS = test-udp udp-server -test_udp_SOURCES = test-udp.c udp.c -test_udp_LDADD = ../libradsec.la -lcgreen -lm +test_udp_SOURCES = test-udp.c udp.c udp.h +test_udp_LDADD = ../libradsec.la -lcunit -lm -udp_server_SOURCES = udp-server.c udp.c +udp_server_SOURCES = udp-server.c udp.c udp.h