X-Git-Url: http://andersk.mit.edu/gitweb/libyaml.git/blobdiff_plain/5eff53a4ac5d9d9563d5e6fdc073914d6ea88b49..HEAD:/include/Makefile.am?ds=sidebyside diff --git a/include/Makefile.am b/include/Makefile.am index 3c7323c..3882a2f 100644 --- a/include/Makefile.am +++ b/include/Makefile.am @@ -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