gtk-css-engine r72 - in branches/bzr: . libccd



Author: robsta
Date: Fri Sep  5 11:33:45 2008
New Revision: 72
URL: http://svn.gnome.org/viewvc/gtk-css-engine?rev=72&view=rev

Log:
Only install the pkg-config file when building libccd standalone.

Modified:
   branches/bzr/   (props changed)
   branches/bzr/libccd/Makefile.am

Modified: branches/bzr/libccd/Makefile.am
==============================================================================
--- branches/bzr/libccd/Makefile.am	(original)
+++ branches/bzr/libccd/Makefile.am	Fri Sep  5 11:33:45 2008
@@ -5,8 +5,10 @@
 SUBDIRS += examples
 endif
 
+if CCD_STANDALONE
 pkgconfigdir = $(libdir)/pkgconfig
 pkgconfig_DATA = libccd-1.pc
+endif
 
 EXTRA_DIST = \
 	libccd-1.pc.in



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