diff options
author | linus <linus@nordu.net> | 2011-01-21 16:32:28 +0100 |
---|---|---|
committer | linus <linus@nordu.net> | 2011-01-21 16:32:28 +0100 |
commit | f58ce3d98a13e9c8d0930b54c5f593cbfa196d65 (patch) | |
tree | f20db3c05fa49c3b9ddad748b8a0b9dc6c79404f /lib/tests/Makefile.am | |
parent | 7b928a0509a668b99679a1bbedd189575fe71559 (diff) |
Some more UDP tests.
Diffstat (limited to 'lib/tests/Makefile.am')
-rw-r--r-- | lib/tests/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/tests/Makefile.am b/lib/tests/Makefile.am index 243719f..526dcdc 100644 --- a/lib/tests/Makefile.am +++ b/lib/tests/Makefile.am @@ -4,7 +4,7 @@ AM_CFLAGS = -Wall -g bin_PROGRAMS = test-udp udp-server -test_udp_SOURCES = test-udp.c +test_udp_SOURCES = test-udp.c udp.c test_udp_LDADD = ../libradsec.la -lcgreen -lm udp_server_SOURCES = udp-server.c udp.c |