diff options
| author | 2009-08-03 19:58:55 +0100 | |
|---|---|---|
| committer | 2009-08-04 09:03:55 -0700 | |
| commit | 12b62b8d2d001e03d8b640afbc44d943d14f24b5 (patch) | |
| tree | 9013ff9cd719357877d18fe25e65e0a99817929d /Makefile.am | |
| parent | dbf7b02b4a09de4aa9220431d466d900e47b74ba (diff) | |
| download | libimobiledevice-12b62b8d2d001e03d8b640afbc44d943d14f24b5.tar.gz libimobiledevice-12b62b8d2d001e03d8b640afbc44d943d14f24b5.tar.bz2 | |
Make distcheck pass from a clean tree
Signed-off-by: Matt Colyer <matt@colyer.name>
Diffstat (limited to 'Makefile.am')
| -rw-r--r-- | Makefile.am | 5 |
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 @@ | |||
| 1 | AUTOMAKE_OPTIONS = foreign | 1 | AUTOMAKE_OPTIONS = foreign |
| 2 | ACLOCAL_AMFLAGS = -I m4 | 2 | ACLOCAL_AMFLAGS = -I m4 |
| 3 | SUBDIRS = src include fdi swig $(DEV_SUB) tools | 3 | SUBDIRS = src include fdi swig dev tools |
| 4 | 4 | ||
| 5 | DISTCHECK_CONFIGURE_FLAGS = --enable-dev-tools | 5 | DISTCHECK_CONFIGURE_FLAGS = --enable-dev-tools |
| 6 | 6 | ||
| @@ -8,9 +8,8 @@ pkgconfigdir = $(libdir)/pkgconfig | |||
| 8 | pkgconfig_DATA = libiphone-1.0.pc | 8 | pkgconfig_DATA = libiphone-1.0.pc |
| 9 | 9 | ||
| 10 | EXTRA_DIST= docs | 10 | EXTRA_DIST= docs |
| 11 | dist-hook: doc | ||
| 12 | 11 | ||
| 13 | doc: | 12 | docs: |
| 14 | rm -fr docs | 13 | rm -fr docs |
| 15 | doxygen doxygen.cfg | 14 | doxygen doxygen.cfg |
| 16 | 15 | ||
