]> andersk Git - libyaml.git/blobdiff - include/Makefile.am
Use AM_CPPFLAGS since autotools deprecated INCLUDE
[libyaml.git] / include / Makefile.am
index f81863cbbfe85c5ed588fadbeb02e8f53ff6ef64..3882a2f63dd525e3cd5eff64f6ecbe21bb320b2b 100644 (file)
@@ -1,11 +1,11 @@
-INCLUDES = yaml.h
+AM_CPPFLAGS = yaml.h
 DOXYGEN_CFG = $(top_srcdir)/doc/doxygen.cfg
 
-nobase_include_HEADERS = $(INCLUDES)
+nobase_include_HEADERS = $(AM_CPPFLAGS)
 
 if DOXYGEN
 
-html: $(INCLUDES) $(DOXYGEN_CFG)
+html: $(AM_CPPFLAGS) $(DOXYGEN_CFG)
        PACKAGE=$(PACKAGE) VERSION=$(VERSION) top_srcdir=$(top_srcdir) top_builddir=$(top_builddir) doxygen $(DOXYGEN_CFG)
 
 endif
This page took 0.035479 seconds and 4 git commands to generate.