Using CFLAGS instead of INCLUDE to set C flags.
authorAdam Dickmeiss <adam@indexdata.dk>
Mon, 15 Oct 2001 20:57:18 +0000 (20:57 +0000)
committerAdam Dickmeiss <adam@indexdata.dk>
Mon, 15 Oct 2001 20:57:18 +0000 (20:57 +0000)
dict/Makefile.am
index/Makefile.am

index 2d91aad..4552c6e 100644 (file)
@@ -1,9 +1,10 @@
-## $Id: Makefile.am,v 1.2 2000-07-07 12:49:20 adam Exp $
+## $Id: Makefile.am,v 1.3 2001-10-15 20:57:18 adam Exp $
 
 noinst_LIBRARIES = libdict.a
 noinst_PROGRAMS = dicttest dictext
 
-INCLUDES = -I$(srcdir)/../include @YAZINC@
+INCLUDES = -I$(srcdir)/../include 
+CFLAGS = @YAZINC@
 LDADD = libdict.a ../bfile/libbfile.a ../dfa/libdfa.a ../util/libutil.a @YAZLIB@ @LIBS@
 
 libdict_a_SOURCES = scan.c dopen.c dclose.c drdwr.c open.c close.c insert.c \
index adf2b96..db03d64 100644 (file)
@@ -1,4 +1,4 @@
-## $Id: Makefile.am,v 1.5 2000-12-05 10:01:44 adam Exp $
+## $Id: Makefile.am,v 1.6 2001-10-15 20:57:18 adam Exp $
 
 noinst_PROGRAMS = apitest kdump
 
@@ -33,7 +33,7 @@ apitest_SOURCES = apitest.c kcompare.c zrpn.c zsets.c attribute.c recindex.c \
 
 kdump_SOURCES=kdump.c kcompare.c
 
-INCLUDES = -I$(srcdir)/../include $(YAZINC) $(TCL_INCLUDE)
+CFLAGS = -I$(srcdir)/../include $(YAZINC) $(TCL_INCLUDE)
 
 if ISZMBOL
 zmbol_libs = ../isam/libisam.a ../isamc/libisamc.a ../isamb/libisamb.a