[maemo-commits] [maemo-commits] r10472 - in projects/haf/trunk/maemo-launcher: . launcher

From: subversion at stage.maemo.org subversion at stage.maemo.org
Date: Thu Mar 8 19:34:44 EET 2007
Author: guillem
Date: 2007-03-08 19:34:42 +0200 (Thu, 08 Mar 2007)
New Revision: 10472

Modified:
   projects/haf/trunk/maemo-launcher/ChangeLog
   projects/haf/trunk/maemo-launcher/launcher/booster.pc.in
Log:
	* launcher/booster.pc.in (exec_prefix): New variable.
	(pkglibdir): New variable.
	(pkgincludedir): Renamed to ...
	(includedir): ... this. Fix all users.


Modified: projects/haf/trunk/maemo-launcher/ChangeLog
===================================================================
--- projects/haf/trunk/maemo-launcher/ChangeLog	2007-03-08 17:26:30 UTC (rev 10471)
+++ projects/haf/trunk/maemo-launcher/ChangeLog	2007-03-08 17:34:42 UTC (rev 10472)
@@ -1,5 +1,12 @@
 2007-03-08  Guillem Jover  <guillem.jover at nokia.com>
 
+	* launcher/booster.pc.in (exec_prefix): New variable.
+	(pkglibdir): New variable.
+	(pkgincludedir): Renamed to ...
+	(includedir): ... this. Fix all users.
+
+2007-03-08  Guillem Jover  <guillem.jover at nokia.com>
+
 	* launcher/launcher.1.in: Update the '--booster' option to mention
 	that it supports multiple boosters now.
 

Modified: projects/haf/trunk/maemo-launcher/launcher/booster.pc.in
===================================================================
--- projects/haf/trunk/maemo-launcher/launcher/booster.pc.in	2007-03-08 17:26:30 UTC (rev 10471)
+++ projects/haf/trunk/maemo-launcher/launcher/booster.pc.in	2007-03-08 17:34:42 UTC (rev 10472)
@@ -3,10 +3,12 @@
 #
 
 prefix=@prefix@
-pkgincludedir=@includedir@/@PACKAGE@
+exec_prefix=@exec_prefix@
+includedir=@includedir@
+pkglibdir=@libdir@/@PACKAGE@
 
 Name: maemo-launcher-booster
 Description: maemo-launcher booster module
 Version: @VERSION@
-Cflags: -I${pkgincludedir}
+Cflags: -I${includedir}
 


More information about the maemo-commits mailing list