X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=index%2FMakefile.am;h=9b2f8ab0e2bfb530924fcd3ba8751243af4abdb6;hb=cc9f94a61cbd9dcc0df0cf7d0c7c41d2cec88189;hp=559f341cb36500eacedfd7a3ef61a3bbcf2565a0;hpb=81a75ae20b5b250309a70de51bfdf8de0019f882;p=idzebra-moved-to-github.git diff --git a/index/Makefile.am b/index/Makefile.am index 559f341..9b2f8ab 100644 --- a/index/Makefile.am +++ b/index/Makefile.am @@ -1,4 +1,4 @@ -## $Id: Makefile.am,v 1.11 2002-04-05 08:46:26 adam Exp $ +## $Id: Makefile.am,v 1.13 2002-04-15 09:48:30 adam Exp $ noinst_PROGRAMS = apitest kdump @@ -29,7 +29,7 @@ zebrasrv_SOURCES = zserver.c apitest_SOURCES = apitest.c kdump_SOURCES=kdump.c kcompare.c -CFLAGS = -I$(srcdir)/../include $(YAZINC) $(TCL_INCLUDE) +AM_CPPFLAGS = -I$(srcdir)/../include $(YAZINC) $(TCL_INCLUDE) LDADD = libzebra.a $(YAZLIB) $(TCL_LIB)