Remove uninstalled pkg-config file
authorEmmanuele Bassi <ebassi@gnome.org>
Mon, 22 May 2017 08:34:22 +0000 (09:34 +0100)
committerEmmanuele Bassi <ebassi@gnome.org>
Mon, 22 May 2017 12:44:20 +0000 (13:44 +0100)
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
atk-uninstalled.pc.in [deleted file]
configure.ac

index 50efb75..0e416ef 100644 (file)
@@ -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 (file)
index 9f4dbb3..0000000
+++ /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@
index f873f2d..1ad75bc 100644 (file)
@@ -253,7 +253,6 @@ AC_CONFIG_FILES([
 Makefile
 po/Makefile.in
 atk.pc
-atk-uninstalled.pc
 atk/Makefile
 atk/atk.rc
 atk/atkversion.h