For includes specs in Makefiles use AM_CPPFLAGS instead of INCLUDE.
[idzebra-moved-to-github.git] / dfa / Makefile.am
index c8c59ba..a6d885d 100644 (file)
@@ -1,10 +1,10 @@
-## $Id: Makefile.am,v 1.2 2002-08-17 08:00:27 adam Exp $
+## $Id: Makefile.am,v 1.3 2004-06-16 20:49:17 adam Exp $
 
 noinst_LIBRARIES = libdfa.a
 
 noinst_PROGRAMS = agrep lexer grepper
 
-INCLUDES = -I$(srcdir)/../include @YAZINC@
+AM_CPPFLAGS = -I$(srcdir)/../include $(YAZINC)
 LDADD = libdfa.a ../util/libutil.a $(YAZLIB) $(TCL_LIB)
 
 agrep_SOURCES = agrep.c