Multiple registers (alpha early)
[idzebra-moved-to-github.git] / test / api / Makefile.am
index 9d32563..ba60a45 100644 (file)
@@ -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)
+CFLAGS = -I$(top_srcdir)/index -I$(top_srcdir)/include $(YAZINC)
 
 LDADD = ../../index/libzebra.a $(YAZLIB) $(TCL_LIB)