diff options
| author | 2008-10-30 19:58:49 +0100 | |
|---|---|---|
| committer | 2008-10-30 20:00:55 +0100 | |
| commit | e46784e5cfe7dbf760d9ab3c0a31c95305a86808 (patch) | |
| tree | 3369724dd04d741fe5751a8157b799382183f42d /Makefile.am | |
| parent | 41778c3dcd0bf0ede8f526d9045a023a9188d455 (diff) | |
| download | libimobiledevice-e46784e5cfe7dbf760d9ab3c0a31c95305a86808.tar.gz libimobiledevice-e46784e5cfe7dbf760d9ab3c0a31c95305a86808.tar.bz2 | |
move dev specific tools to dev/ subdir.
update autoconf files accordingly
Diffstat (limited to 'Makefile.am')
| -rw-r--r-- | Makefile.am | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index d2db548..938986f 100644 --- a/Makefile.am +++ b/Makefile.am | |||
| @@ -1,5 +1,6 @@ | |||
| 1 | AUTOMAKE_OPTIONS = foreign | 1 | AUTOMAKE_OPTIONS = foreign |
| 2 | SUBDIRS = src include fdi | 2 | |
| 3 | SUBDIRS = src include fdi $(DEV_SUB) | ||
| 3 | 4 | ||
| 4 | pkgconfigdir = $(libdir)/pkgconfig | 5 | pkgconfigdir = $(libdir)/pkgconfig |
| 5 | pkgconfig_DATA = libiphone-1.0.pc | 6 | pkgconfig_DATA = libiphone-1.0.pc |
| @@ -8,4 +9,4 @@ doc: | |||
| 8 | doxygen doxygen.cfg | 9 | doxygen doxygen.cfg |
| 9 | 10 | ||
| 10 | indent: | 11 | indent: |
| 11 | indent -kr -ut -ts4 -l120 src/*.c src/*.h | 12 | indent -kr -ut -ts4 -l120 src/*.c src/*.h dev/*.h dev/*.c |
