X-Git-Url: http://andersk.mit.edu/gitweb/libyaml.git/blobdiff_plain/a51447c932b63bcf7cc0226dafd621c6cd8a347a..d688ead5eb73d6f2dd4d3ccd4c988b3320322ee2:/include/Makefile.am diff --git a/include/Makefile.am b/include/Makefile.am index 5c5f7dd..3882a2f 100644 --- a/include/Makefile.am +++ b/include/Makefile.am @@ -1,16 +1,16 @@ -INCLUDES = yaml/yaml.h #yaml/yaml_version.h yaml/yaml_error.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