From 812e693b8c025c73ff5cddae3581b547465ab915 Mon Sep 17 00:00:00 2001 From: Jamie Bullock Date: Tue, 8 Jan 2013 16:44:41 +0000 Subject: fixed build system bugs to do with the maintainer-clean target --- Makefile.am | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 48a3919..e844bd3 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,10 +1,14 @@ -MAINTAINERCLEANFILES = Makefile.in configure depcomp compile config.guess ltmain.sh config.sub missing install-sh aclocal.m4 config.h.in config.h.in~ py-compile +MAINTAINERCLEANFILES = INSTALL Makefile.in configure depcomp compile config.guess ltmain.sh config.sub missing install-sh aclocal.m4 config.h.in config.h.in~ py-compile m4/ltsugar.m4 m4/libtool.m4 m4/ltversion.m4 m4/lt~obsolete.m4 m4/ltoptions.m4 if BUILD_SWIG SWIG_DIR = swig endif -SUBDIRS = src xtract examples $(SWIG_DIR) @DOXYGEN@ +if HAVE_DOXYGEN +DOXY_DIR = @DOXYGEN@ +endif + +SUBDIRS = src xtract examples $(SWIG_DIR) doc pkgconfigdir = $(libdir)/pkgconfig pkgconfig_DATA = libxtract.pc -- cgit v1.2.3