]> andersk Git - libyaml.git/blobdiff - include/Makefile.am
Use AM_CPPFLAGS since autotools deprecated INCLUDE
[libyaml.git] / include / Makefile.am
index 3c7323c40dffed4c7dc805f855d0fcd69417dace..3882a2f63dd525e3cd5eff64f6ecbe21bb320b2b 100644 (file)
@@ -1,16 +1,16 @@
-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
 
-distclean-local:
+maintainer-clean-local:
        -rm -rf $(top_builddir)/doc/html
 
 dist-hook: html
This page took 0.025987 seconds and 4 git commands to generate.