[gtk-theme-engine-clearlooks] Don't ship a .pc file



commit 0940c4da99e150bf7b6fca1c749914101302887d
Author: Matthias Clasen <mclasen redhat com>
Date:   Tue Nov 16 09:44:29 2010 -0500

    Don't ship a .pc file
    
    It doesn't contain useful information, and once things start using
    pkg-config to check for it, it'll be hard to get rid off again.

 Makefile.am                         |    4 ----
 configure.ac                        |    1 -
 gtk-theme-engine-clearlooks-3.pc.in |    9 ---------
 3 files changed, 0 insertions(+), 14 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index b405261..ca1c359 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -3,7 +3,6 @@ SUBDIRS = src schema po
 EXTRA_DIST = \
 	gtk-theme-engine-clearlooks.doap \
 	autogen.sh	\
-	gtk-theme-engine-clearlooks-3.pc.in \
 	intltool-extract.in \
 	intltool-merge.in \
 	intltool-update.in
@@ -33,9 +32,6 @@ MAINTAINERCLEANFILES = \
 	$(srcdir)/ChangeLog \
 	`find "$(srcdir)" -type f -name Makefile.in -print`
 
-pkgconfigdir = $(libdir)/pkgconfig
-pkgconfig_DATA = gtk-theme-engine-clearlooks-3.pc
-
 test:	all
 	cd test && $(MAKE) $(AM_MAKEFLAGS) test
 
diff --git a/configure.ac b/configure.ac
index 506319e..1656113 100644
--- a/configure.ac
+++ b/configure.ac
@@ -118,7 +118,6 @@ AM_CONFIG_HEADER([config.h])
 AC_CONFIG_FILES([
 Makefile
 src/Makefile
-gtk-theme-engine-clearlooks-3.pc
 po/Makefile.in
 schema/Makefile
 schema/clearlooks.xml.in



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]