diff options
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 |
