From 7d0041c66b61dbdf8cc1d81a339d1e3907fd46b2 Mon Sep 17 00:00:00 2001 From: Emmanuele Bassi Date: Mon, 22 May 2017 09:34:22 +0100 Subject: 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. --- Makefile.am | 2 -- atk-uninstalled.pc.in | 6 ------ configure.ac | 1 - 3 files changed, 9 deletions(-) delete mode 100644 atk-uninstalled.pc.in 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 -- cgit v1.2.1