# $Header: /cvsroot/dhcp-agent/dhcp-agent/tests/Makefile.am,v 1.3 2003/06/25 01:54:43 actmodern Exp $ # # Tests Makefile.am AUTOMAKE_OPTIONS = foreign AM_CFLAGS = -Wall check_PROGRAMS = stringbuffertest listtest INCLUDES = -I../src noinst_HEADERS = tests.h listtest_SOURCES = tests-list.c stringbuffertest_SOURCES = tests-stringbuffer.c LDADD = ../src/libdhcputil.la TESTS = stringbuffertest listtest