Moved zebraapi.h to include. Is installed in <prefix>/include
[idzebra-moved-to-github.git] / test / api / Makefile.am
index 0625901..a4ec1f5 100644 (file)
@@ -6,6 +6,6 @@ EXTRA_DIST=t1.cfg t2.cfg
 t1_SOURCES = t1.c
 t2_SOURCES = t2.c
 
-AM_CPPFLAGS = -I$(top_srcdir)/index -I$(top_srcdir)/include $(YAZINC)
+AM_CPPFLAGS = -I$(top_srcdir)/include $(YAZINC)
 
 LDADD = ../../index/libzebra.a $(YAZLIB) $(TCL_LIB)