Don't use deprecated 'INCLUDES' variable in Makefile.am files.
[libradsec.git] / lib / tests / Makefile.am
1 AUTOMAKE_OPTIONS = foreign
2 AM_CPPFLAGS = -I$(top_srcdir)/include -I$(top_srcdir)
3 AM_CFLAGS = -Wall -Werror -g
4
5 TESTS = test-udp
6
7 check_PROGRAMS = test-udp udp-server
8
9 test_udp_SOURCES = test-udp.c udp.c udp.h
10 test_udp_LDADD = ../libradsec.la -lcunit -lm
11
12 udp_server_SOURCES = udp-server.c udp.c udp.h