gnome-bluetooth r327 - trunk



Author: hadess
Date: Wed Feb 25 14:39:26 2009
New Revision: 327
URL: http://svn.gnome.org/viewvc/gnome-bluetooth?rev=327&view=rev

Log:
Really add the pkg-config file

And install it as expected.

Added:
   trunk/gnome-bluetooth-1.0.pc.in
Modified:
   trunk/Makefile.am

Modified: trunk/Makefile.am
==============================================================================
--- trunk/Makefile.am	(original)
+++ trunk/Makefile.am	Wed Feb 25 14:39:26 2009
@@ -14,6 +14,9 @@
 	intltool-extract.in intltool-update.in intltool-merge.in \
 	gnome-bluetooth-1.0.pc
 
+pkgconfigdir = $(libdir)/pkgconfig
+pkgconfig_DATA = gnome-bluetooth-1.0.pc
+
 install-data-hook:
 if ICON_UPDATE
 	$(UPDATE_ICON_CACHE) -f -t $(DESTDIR)$(datadir)/icons/hicolor

Added: trunk/gnome-bluetooth-1.0.pc.in
==============================================================================
--- (empty file)
+++ trunk/gnome-bluetooth-1.0.pc.in	Wed Feb 25 14:39:26 2009
@@ -0,0 +1,9 @@
+libdir= libdir@
+includedir= includedir@
+
+Name: gnome-bluetooth-1.0
+Description: Widgets for Bluetooth device selection
+Version: @VERSION@
+Requires: gtk+-2.0
+Libs: -L${libdir} -lgnome-bluetooth-1.0
+Cflags: -I${includedir}/gnome-bluetooth



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