summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile.am3
-rw-r--r--configure.ac2
-rw-r--r--src/Makefile.am3
-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
2ACLOCAL_AMFLAGS = -I m4 2ACLOCAL_AMFLAGS = -I m4
3SUBDIRS = common src include $(CYTHON_SUB) tools docs 3SUBDIRS = common src include $(CYTHON_SUB) tools docs
4 4
5pkgconfigdir = $(libdir)/pkgconfig
6pkgconfig_DATA = libimobiledevice-1.0.pc
7
8EXTRA_DIST = docs 5EXTRA_DIST = docs
9 6
10docs/html: $(top_builddir)/doxygen.cfg $(top_srcdir)/src/*.c $(top_srcdir)/src/*.h $(top_srcdir)/include/libimobiledevice/*.h 7docs/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([
209Makefile 209Makefile
210common/Makefile 210common/Makefile
211src/Makefile 211src/Makefile
212src/libimobiledevice-1.0.pc
212include/Makefile 213include/Makefile
213tools/Makefile 214tools/Makefile
214cython/Makefile 215cython/Makefile
215docs/Makefile 216docs/Makefile
216libimobiledevice-1.0.pc
217doxygen.cfg 217doxygen.cfg
218]) 218])
219 219
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
34libimobiledevice_la_LDFLAGS += -avoid-version 34libimobiledevice_la_LDFLAGS += -avoid-version
35libimobiledevice_la_LIBADD += -lole32 -lws2_32 35libimobiledevice_la_LIBADD += -lole32 -lws2_32
36endif 36endif
37
38pkgconfigdir = $(libdir)/pkgconfig
39pkgconfig_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