Commit b8a485ee authored by Patrick Walton's avatar Patrick Walton Committed by Matt Colyer

Added a pkg-config file

parent 341a1057
...@@ -5,3 +5,4 @@ Martin Aumueller ...@@ -5,3 +5,4 @@ Martin Aumueller
Christophe Fergeau Christophe Fergeau
Martin S. Martin S.
Paul Sladen Paul Sladen
Patrick Walton
AUTOMAKE_OPTIONS = foreign AUTOMAKE_OPTIONS = foreign
SUBDIRS = src include SUBDIRS = src include
pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = libiphone-1.0.pc
doc: doc:
doxygen doxygen.cfg doxygen doxygen.cfg
......
...@@ -38,4 +38,4 @@ AC_FUNC_MALLOC ...@@ -38,4 +38,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 include/Makefile) AC_OUTPUT(Makefile src/Makefile include/Makefile libiphone-1.0.pc)
prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@
Name: libiphone
Description: A library to communicate with the Lockdown server on the iPhone
Version: @VERSION@
Requires: libxml-2.0 >= 2.6.30 libusb >= 0.1.12 glib-2.0 >= 2.14.1 gthread-2.0 >= 2.14.1 gnutls >= 1.6.3 libtasn1 >= 1.1
Libs: -L${libdir} -liphone
Cflags: -I${includedir}
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