diff options
author | Matt Colyer | 2008-10-08 09:00:01 -0700 |
---|---|---|
committer | Matt Colyer | 2008-10-08 09:00:01 -0700 |
commit | 0e7ad3679558b6ed57f70cc68876ef7f9b501a45 (patch) | |
tree | 4928b001f801ab22c751b6d79713783564e78721 /configure.ac | |
parent | 6113564a76ffd1123d7943169672dd9493b2a6a9 (diff) | |
download | libimobiledevice-0e7ad3679558b6ed57f70cc68876ef7f9b501a45.tar.gz libimobiledevice-0e7ad3679558b6ed57f70cc68876ef7f9b501a45.tar.bz2 |
Made the header file installable.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
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) |