]> git.ipfire.org Git - thirdparty/dhcp.git/blame - common/tests/Makefile.am
Support for asynchronous ddns per ticket 19216 - convert to using isclib and
[thirdparty/dhcp.git] / common / tests / Makefile.am
CommitLineData
22a3cd27
SK
1AM_CPPFLAGS = -I../..
2
3check_PROGRAMS = test_alloc
4
5TESTS = test_alloc
6
7test_alloc_SOURCES = test_alloc.c
8test_alloc_LDADD = ../libdhcp.a ../../tests/libt_api.a \
98bf1607
SR
9 ../../omapip/libomapi.a ../../bind/lib/libdns.a \
10 ../../bind/lib/libisc.a
22a3cd27 11