diff options
author | Jamie Bullock <jamie@jamiebullock.com> | 2013-01-08 16:44:41 +0000 |
---|---|---|
committer | Jamie Bullock <jamie@jamiebullock.com> | 2013-01-08 16:44:41 +0000 |
commit | 812e693b8c025c73ff5cddae3581b547465ab915 (patch) | |
tree | dea9a282366dbcd2c0c3a37fbec571d7301c415f /Makefile.am | |
parent | 31b856e8fd028f977841a6c736cc19d6eaeee312 (diff) | |
download | LibXtract-812e693b8c025c73ff5cddae3581b547465ab915.tar.gz LibXtract-812e693b8c025c73ff5cddae3581b547465ab915.tar.bz2 LibXtract-812e693b8c025c73ff5cddae3581b547465ab915.zip |
fixed build system bugs to do with the maintainer-clean target
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 8 |
1 files changed, 6 insertions, 2 deletions
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 |