summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmmanuele Bassi <ebassi@gnome.org>2017-05-22 09:34:22 +0100
committerEmmanuele Bassi <ebassi@gnome.org>2017-05-22 09:34:22 +0100
commit7d0041c66b61dbdf8cc1d81a339d1e3907fd46b2 (patch)
tree7d2422d93a1674011917c147556525af8e8374ee
parent48d5717ea9555fba82988643318689e756be793f (diff)
downloadatk-7d0041c66b61dbdf8cc1d81a339d1e3907fd46b2.tar.gz
Remove uninstalled pkg-config file
No library ships these files, and they have always been questionable to begin with. When building from a separate prefix, using PKG_CONFIG_PATH to modify the pkg-config search path is a better option that just pointing to the source directory of the dependencies.
-rw-r--r--Makefile.am2
-rw-r--r--atk-uninstalled.pc.in6
-rw-r--r--configure.ac1
3 files changed, 0 insertions, 9 deletions
diff --git a/Makefile.am b/Makefile.am
index 50efb75..0e416ef 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -5,7 +5,6 @@ SUBDIRS = atk tests docs po win32
EXTRA_DIST = \
MAINTAINERS \
- atk-uninstalled.pc.in \
atk.pc.in \
atk-zip.sh.in \
m4/introspection.m4 \
@@ -17,6 +16,5 @@ pkgconfig_DATA = atk.pc
DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc --enable-introspection
DISTCLEANFILES = \
- atk-uninstalled.pc \
atk.pc \
atk-zip.sh
diff --git a/atk-uninstalled.pc.in b/atk-uninstalled.pc.in
deleted file mode 100644
index 9f4dbb3..0000000
--- a/atk-uninstalled.pc.in
+++ /dev/null
@@ -1,6 +0,0 @@
-Name: Atk Uninstalled
-Description: Accessibility Toolkit, Not Installed
-Version: @VERSION@
-Requires: @GLIB_PACKAGES@
-Libs: ${pc_top_builddir}/${pcfiledir}/atk/libatk-@ATK_API_VERSION@.la
-Cflags: -I${pc_top_builddir}/${pcfiledir}/@srcdir@
diff --git a/configure.ac b/configure.ac
index f873f2d..1ad75bc 100644
--- a/configure.ac
+++ b/configure.ac
@@ -253,7 +253,6 @@ AC_CONFIG_FILES([
Makefile
po/Makefile.in
atk.pc
-atk-uninstalled.pc
atk/Makefile
atk/atk.rc
atk/atkversion.h