X-Git-Url: http://sru.miketaylor.org.uk/?a=blobdiff_plain;f=test%2Fapi%2FMakefile.am;h=062590144b54735e320a6dd661ffd9274c730bae;hb=7d1252fc050f22ba587c88d5a39a80ba3262d7af;hp=9d32563af054e591d874258bceb8ee2296f1c078;hpb=7e75317bed8eecabcb57e59b16093a32238738e2;p=idzebra-moved-to-github.git diff --git a/test/api/Makefile.am b/test/api/Makefile.am index 9d32563..0625901 100644 --- a/test/api/Makefile.am +++ b/test/api/Makefile.am @@ -1,9 +1,11 @@ noinst_PROGRAMS = t1 t2 +EXTRA_DIST=t1.cfg t2.cfg + t1_SOURCES = t1.c t2_SOURCES = t2.c -CFLAGS = -I$(top_srcdir)/index $(YAZINC) +AM_CPPFLAGS = -I$(top_srcdir)/index -I$(top_srcdir)/include $(YAZINC) LDADD = ../../index/libzebra.a $(YAZLIB) $(TCL_LIB)