summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 2ab7661..4ce113c 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,6 +1,9 @@
1AUTOMAKE_OPTIONS = foreign 1AUTOMAKE_OPTIONS = foreign
2SUBDIRS = src include 2SUBDIRS = src include
3 3
4pkgconfigdir = $(libdir)/pkgconfig
5pkgconfig_DATA = libiphone-1.0.pc
6
4doc: 7doc:
5 doxygen doxygen.cfg 8 doxygen doxygen.cfg
6 9