Commit 0e7ad367 authored by Matt Colyer's avatar Matt Colyer

Made the header file installable.

parent 6113564a
AUTOMAKE_OPTIONS = foreign AUTOMAKE_OPTIONS = foreign
SUBDIRS = src SUBDIRS = src include
doc: doc:
doxygen doxygen.cfg doxygen doxygen.cfg
......
...@@ -40,4 +40,4 @@ AC_FUNC_MALLOC ...@@ -40,4 +40,4 @@ AC_FUNC_MALLOC
AC_FUNC_REALLOC AC_FUNC_REALLOC
AC_CHECK_FUNCS([strcasecmp strdup strerror strndup]) AC_CHECK_FUNCS([strcasecmp strdup strerror strndup])
AC_OUTPUT(Makefile src/Makefile) AC_OUTPUT(Makefile src/Makefile include/Makefile)
nobase_include_HEADERS = libiphone/libiphone.h
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment