summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am5
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 @@
1AUTOMAKE_OPTIONS = foreign 1AUTOMAKE_OPTIONS = foreign
2SUBDIRS = src include fdi 2
3SUBDIRS = src include fdi $(DEV_SUB)
3 4
4pkgconfigdir = $(libdir)/pkgconfig 5pkgconfigdir = $(libdir)/pkgconfig
5pkgconfig_DATA = libiphone-1.0.pc 6pkgconfig_DATA = libiphone-1.0.pc
@@ -8,4 +9,4 @@ doc:
8 doxygen doxygen.cfg 9 doxygen doxygen.cfg
9 10
10indent: 11indent:
11 indent -kr -ut -ts4 -l120 src/*.c src/*.h 12 indent -kr -ut -ts4 -l120 src/*.c src/*.h dev/*.h dev/*.c