diff --git a/src/test/Makefile.am b/src/test/Makefile.am new file mode 100644 index 00000000..c119fcf3 --- /dev/null +++ b/src/test/Makefile.am @@ -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