diff options
| author | 2009-07-28 10:58:50 +0200 | |
|---|---|---|
| committer | 2009-07-28 10:58:50 +0200 | |
| commit | e169cf993dbf7515cad3da03993a4d224d6cf181 (patch) | |
| tree | 6aca7a4e59779232d9b50bd06ce25abf4ec1f294 /Makefile.am | |
| parent | c443a1fbc2fe5e9858015193628ef66623535766 (diff) | |
| download | libimobiledevice-e169cf993dbf7515cad3da03993a4d224d6cf181.tar.gz libimobiledevice-e169cf993dbf7515cad3da03993a4d224d6cf181.tar.bz2 | |
Move production ready tools into tools/ and do not install the dev/ ones
Diffstat (limited to 'Makefile.am')
| -rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 6761838..bf4205d 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) | 3 | SUBDIRS = src include fdi swig $(DEV_SUB) tools |
| 4 | 4 | ||
| 5 | DISTCHECK_CONFIGURE_FLAGS = --enable-dev-tools | 5 | DISTCHECK_CONFIGURE_FLAGS = --enable-dev-tools |
| 6 | 6 | ||
