automake-ified src/test

This commit is contained in:
Melinda Shore 2013-08-10 11:17:47 -08:00
parent 228a5d9868
commit 16ae333802
1 changed files with 5 additions and 0 deletions

5
src/test/Makefile.am Normal file
View File

@ -0,0 +1,5 @@
AM_CPPFLAGS = -Wall -Werror -g -fPIC -I$(srcdir)/ -I/usr/local/include -I../common -std=c99
AM_LDFLAGS = -L../common -L/usr/local/lib -lgetdns
bin_PROGRAMS = tests_list tests_dict
tests_list_SOURCES = tests_list.c testmessages.c
tests_dict_SOURCES = tests_dict.c testmessages.c