diff options
author | Martin Szulecki | 2015-01-29 14:52:13 +0100 |
---|---|---|
committer | Martin Szulecki | 2015-01-29 14:52:13 +0100 |
commit | e48902162839ef1cae54ce86016059fcad5a7681 (patch) | |
tree | 9de56ee0d684da005e1b222172808aa77364a0f4 | |
parent | a9f3a969ca924819297c634b438d38764ef56b1b (diff) | |
download | libideviceactivation-e48902162839ef1cae54ce86016059fcad5a7681.tar.gz libideviceactivation-e48902162839ef1cae54ce86016059fcad5a7681.tar.bz2 |
Move pkg-config file into src directory
-rw-r--r-- | Makefile.am | 4 | ||||
-rw-r--r-- | configure.ac | 2 | ||||
-rw-r--r-- | src/Makefile.am | 2 | ||||
-rw-r--r-- | src/libideviceactivation-1.0.pc.in (renamed from libideviceactivation-1.0.pc.in) | 0 |
4 files changed, 3 insertions, 5 deletions
diff --git a/Makefile.am b/Makefile.am index 8b5a7a4..8fa66b0 100644 --- a/Makefile.am +++ b/Makefile.am @@ -4,9 +4,5 @@ SUBDIRS = src include tools man DISTCHECK_CONFIGURE_FLAGS = -pkgconfigdir = $(libdir)/pkgconfig -pkgconfig_DATA = libideviceactivation-1.0.pc - indent: indent -kr -ut -ts4 -l120 src/*.c src/*.h dev/*.c - diff --git a/configure.ac b/configure.ac index cf8173b..a597103 100644 --- a/configure.ac +++ b/configure.ac @@ -69,9 +69,9 @@ m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES([yes])]) AC_OUTPUT([ Makefile src/Makefile +src/libideviceactivation-1.0.pc include/Makefile tools/Makefile -libideviceactivation-1.0.pc man/Makefile ]) diff --git a/src/Makefile.am b/src/Makefile.am index 0f0d807..703c66a 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -8,3 +8,5 @@ libideviceactivation_la_LDFLAGS = $(AM_LDFLAGS) -version-info $(LIBIDEVICEACTIVA libideviceactivation_la_SOURCES = \ activation.c +pkgconfigdir = $(libdir)/pkgconfig +pkgconfig_DATA = libideviceactivation-1.0.pc diff --git a/libideviceactivation-1.0.pc.in b/src/libideviceactivation-1.0.pc.in index 017ac9d..017ac9d 100644 --- a/libideviceactivation-1.0.pc.in +++ b/src/libideviceactivation-1.0.pc.in |