X-Git-Url: http://jsfdemo.indexdata.com/?a=blobdiff_plain;f=test%2Fapi%2FMakefile.am;h=062590144b54735e320a6dd661ffd9274c730bae;hb=f026071ff0fbd2df52851b204b0dbcee8b45509d;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)