summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Matt Colyer2008-10-08 09:00:01 -0700
committerGravatar Matt Colyer2008-10-08 09:00:01 -0700
commit0e7ad3679558b6ed57f70cc68876ef7f9b501a45 (patch)
tree4928b001f801ab22c751b6d79713783564e78721
parent6113564a76ffd1123d7943169672dd9493b2a6a9 (diff)
downloadlibimobiledevice-0e7ad3679558b6ed57f70cc68876ef7f9b501a45.tar.gz
libimobiledevice-0e7ad3679558b6ed57f70cc68876ef7f9b501a45.tar.bz2
Made the header file installable.
-rw-r--r--Makefile.am2
-rw-r--r--configure.ac2
-rw-r--r--include/Makefile.am1
3 files changed, 3 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index 82c4c95..2ab7661 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,5 +1,5 @@
AUTOMAKE_OPTIONS = foreign
-SUBDIRS = src
+SUBDIRS = src include
doc:
doxygen doxygen.cfg
diff --git a/configure.ac b/configure.ac
index 28b6138..460f340 100644
--- a/configure.ac
+++ b/configure.ac
@@ -40,4 +40,4 @@ AC_FUNC_MALLOC
AC_FUNC_REALLOC
AC_CHECK_FUNCS([strcasecmp strdup strerror strndup])
-AC_OUTPUT(Makefile src/Makefile)
+AC_OUTPUT(Makefile src/Makefile include/Makefile)
diff --git a/include/Makefile.am b/include/Makefile.am
new file mode 100644
index 0000000..a5f8766
--- /dev/null
+++ b/include/Makefile.am
@@ -0,0 +1 @@
+nobase_include_HEADERS = libiphone/libiphone.h