Drop uninstalled pkg-config file
authorEmmanuele Bassi <ebassi@gnome.org>
Wed, 24 May 2017 13:04:49 +0000 (14:04 +0100)
committerEmmanuele Bassi <ebassi@gnome.org>
Wed, 24 May 2017 13:18:55 +0000 (14:18 +0100)
The use of uninstalled pkg-config files has always been dubious to begin
with. Builds using a separate prefix should modify the PKG_CONFIG_PATH,
instead of pointing to build directories.

Makefile.am
atspi-2-uninstalled.pc.in [deleted file]
configure.ac

index b67d0d3..48c87df 100644 (file)
@@ -5,19 +5,17 @@ INTROSPECTION_GIRS =
 INTROSPECTION_SCANNER_ARGS = --add-include-path=$(srcdir)
 INTROSPECTION_COMPILER_ARGS = --includedir=$(srcdir)
 
-SUBDIRS=po dbind xml atspi bus registryd doc test
+SUBDIRS = po dbind xml atspi bus registryd doc test
 
-ACLOCAL_AMFLAGS=-I m4 ${ACLOCAL_FLAGS}
+ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS}
 
 EXTRA_DIST = \
-       atspi-2-uninstalled.pc.in \
        atspi-2.pc.in
 
 pkgconfigdir = $(libdir)/pkgconfig
 pkgconfig_DATA = atspi-2.pc
 
 DISTCLEANFILES = \
-       atspi-2-uninstalled.pc \
        atspi-2.pc
 
 MAINTAINERCLEANFILES = \
diff --git a/atspi-2-uninstalled.pc.in b/atspi-2-uninstalled.pc.in
deleted file mode 100644 (file)
index 6b63550..0000000
+++ /dev/null
@@ -1,6 +0,0 @@
-Name: atspi
-Description: Accessibility Technology software library
-Requires: dbus-1
-Version: @VERSION@
-Libs: ${pc_top_builddir}/${pcfiledir}/atspi/libatspi.la
-Cflags: -I${pc_top_builddir}/${pcfiledir}
index f77cec7..684c783 100644 (file)
@@ -185,7 +185,6 @@ AC_CONFIG_FILES([
         doc/libatspi/version.xml
         test/Makefile
         atspi-2.pc
-        atspi-2-uninstalled.pc
 ])
 
 AC_OUTPUT