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 @@
1AUTOMAKE_OPTIONS = foreign 1AUTOMAKE_OPTIONS = foreign
2SUBDIRS = src 2SUBDIRS = src include
3 3
4doc: 4doc:
5 doxygen doxygen.cfg 5 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
40AC_FUNC_REALLOC 40AC_FUNC_REALLOC
41AC_CHECK_FUNCS([strcasecmp strdup strerror strndup]) 41AC_CHECK_FUNCS([strcasecmp strdup strerror strndup])
42 42
43AC_OUTPUT(Makefile src/Makefile) 43AC_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