[at-spi2-core/wip/meson: 14/15] Drop uninstalled pkg-config file
- From: Emmanuele Bassi <ebassi src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [at-spi2-core/wip/meson: 14/15] Drop uninstalled pkg-config file
- Date: Wed, 24 May 2017 13:19:56 +0000 (UTC)
commit f30d14953e2bf8182c6229339abb23a0bcb899d6
Author: Emmanuele Bassi <ebassi gnome org>
Date: Wed May 24 14:04:49 2017 +0100
Drop uninstalled pkg-config file
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 | 6 ++----
atspi-2-uninstalled.pc.in | 6 ------
configure.ac | 1 -
3 files changed, 2 insertions(+), 11 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index b67d0d3..48c87df 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -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/configure.ac b/configure.ac
index f77cec7..684c783 100644
--- a/configure.ac
+++ b/configure.ac
@@ -185,7 +185,6 @@ AC_CONFIG_FILES([
doc/libatspi/version.xml
test/Makefile
atspi-2.pc
- atspi-2-uninstalled.pc
])
AC_OUTPUT
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]