diff options
author | Martin Szulecki | 2015-01-28 20:54:25 +0100 |
---|---|---|
committer | Martin Szulecki | 2015-01-28 20:54:25 +0100 |
commit | 4d95679e67a11b6a748d0df192e410457229b83c (patch) | |
tree | 1fb85c1d2b2a6d77591a037e71731d163770f132 | |
parent | 3f0ab718d51bd6649e171a4e411cd062cd9817cc (diff) | |
download | libimobiledevice-4d95679e67a11b6a748d0df192e410457229b83c.tar.gz libimobiledevice-4d95679e67a11b6a748d0df192e410457229b83c.tar.bz2 |
Move pkg-config file into src directory
-rw-r--r-- | Makefile.am | 3 | ||||
-rw-r--r-- | configure.ac | 2 | ||||
-rw-r--r-- | src/Makefile.am | 3 | ||||
-rw-r--r-- | src/libimobiledevice-1.0.pc.in (renamed from libimobiledevice-1.0.pc.in) | 0 |
4 files changed, 4 insertions, 4 deletions
diff --git a/Makefile.am b/Makefile.am index fdd273f..c7d69cc 100644 --- a/Makefile.am +++ b/Makefile.am @@ -2,9 +2,6 @@ AUTOMAKE_OPTIONS = foreign ACLOCAL_AMFLAGS = -I m4 SUBDIRS = common src include $(CYTHON_SUB) tools docs -pkgconfigdir = $(libdir)/pkgconfig -pkgconfig_DATA = libimobiledevice-1.0.pc - EXTRA_DIST = docs docs/html: $(top_builddir)/doxygen.cfg $(top_srcdir)/src/*.c $(top_srcdir)/src/*.h $(top_srcdir)/include/libimobiledevice/*.h diff --git a/configure.ac b/configure.ac index 44e1e09..44daa65 100644 --- a/configure.ac +++ b/configure.ac @@ -209,11 +209,11 @@ AC_OUTPUT([ Makefile common/Makefile src/Makefile +src/libimobiledevice-1.0.pc include/Makefile tools/Makefile cython/Makefile docs/Makefile -libimobiledevice-1.0.pc doxygen.cfg ]) diff --git a/src/Makefile.am b/src/Makefile.am index e45437b..da60386 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -34,3 +34,6 @@ if WIN32 libimobiledevice_la_LDFLAGS += -avoid-version libimobiledevice_la_LIBADD += -lole32 -lws2_32 endif + +pkgconfigdir = $(libdir)/pkgconfig +pkgconfig_DATA = libimobiledevice-1.0.pc diff --git a/libimobiledevice-1.0.pc.in b/src/libimobiledevice-1.0.pc.in index dfcdd8a..dfcdd8a 100644 --- a/libimobiledevice-1.0.pc.in +++ b/src/libimobiledevice-1.0.pc.in |