X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=index%2FMakefile.am;h=9b2f8ab0e2bfb530924fcd3ba8751243af4abdb6;hb=a20e59c5087fb92c419f2330c786367f9ce8ccd2;hp=accf045e1f5b46f5a7a841948782322aa595859a;hpb=85728191a4dc93d31e3d1bd0ddc2ae60381ae6ba;p=idzebra-moved-to-github.git diff --git a/index/Makefile.am b/index/Makefile.am index accf045..9b2f8ab 100644 --- a/index/Makefile.am +++ b/index/Makefile.am @@ -1,4 +1,4 @@ -## $Id: Makefile.am,v 1.12 2002-04-12 14:40:42 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 -INCLUDES = -I$(srcdir)/../include $(YAZINC) $(TCL_INCLUDE) +AM_CPPFLAGS = -I$(srcdir)/../include $(YAZINC) $(TCL_INCLUDE) LDADD = libzebra.a $(YAZLIB) $(TCL_LIB)