summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorGravatar Bastien Nocera2009-08-03 19:58:55 +0100
committerGravatar Martin Szulecki2009-08-04 13:13:20 +0200
commit3b3a47b798b80c78446d9f062d311bcca135b177 (patch)
tree777331967f7e5510feb3b23e961598fd2a62045a /Makefile.am
parentfc1a42bde5efc107d3d6e9e3169eac07f0d6a5ed (diff)
downloadlibimobiledevice-3b3a47b798b80c78446d9f062d311bcca135b177.tar.gz
libimobiledevice-3b3a47b798b80c78446d9f062d311bcca135b177.tar.bz2
Make distcheck pass from a clean tree
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am5
1 files changed, 2 insertions, 3 deletions
diff --git a/Makefile.am b/Makefile.am
index bf4205d..04358f9 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,6 +1,6 @@
1AUTOMAKE_OPTIONS = foreign 1AUTOMAKE_OPTIONS = foreign
2ACLOCAL_AMFLAGS = -I m4 2ACLOCAL_AMFLAGS = -I m4
3SUBDIRS = src include fdi swig $(DEV_SUB) tools 3SUBDIRS = src include fdi swig dev tools
4 4
5DISTCHECK_CONFIGURE_FLAGS = --enable-dev-tools 5DISTCHECK_CONFIGURE_FLAGS = --enable-dev-tools
6 6
@@ -8,9 +8,8 @@ pkgconfigdir = $(libdir)/pkgconfig
8pkgconfig_DATA = libiphone-1.0.pc 8pkgconfig_DATA = libiphone-1.0.pc
9 9
10EXTRA_DIST= docs 10EXTRA_DIST= docs
11dist-hook: doc
12 11
13doc: 12docs:
14 rm -fr docs 13 rm -fr docs
15 doxygen doxygen.cfg 14 doxygen doxygen.cfg
16 15