gnome-power-manager r3056 - in trunk: . applets/brightness applets/inhibit



Author: rhughes
Date: Mon Nov  3 17:23:29 2008
New Revision: 3056
URL: http://svn.gnome.org/viewvc/gnome-power-manager?rev=3056&view=rev

Log:
2008-11-03  Richard Hughes  <richard hughsie com>

* applets/brightness/Makefile.am:
* applets/inhibit/Makefile.am:
Fix the compile by defining debugging environment.


Modified:
   trunk/ChangeLog
   trunk/applets/brightness/Makefile.am
   trunk/applets/inhibit/Makefile.am

Modified: trunk/applets/brightness/Makefile.am
==============================================================================
--- trunk/applets/brightness/Makefile.am	(original)
+++ trunk/applets/brightness/Makefile.am	Mon Nov  3 17:23:29 2008
@@ -14,7 +14,10 @@
 	-DLIBDIR=\""$(libdir)"\" 				\
 	-DVERSION="\"$(VERSION)\"" 				\
 	-DGPM_DATA=\"$(pkgdatadir)\"				\
-	-DEGG_LOG_FILE=\""$(PK_LOG_DIR)/gnome-power-manager"\"	\
+	-DEGG_LOG_FILE=\""~/gnome-power-manager.log"\"	\
+	-DEGG_VERBOSE="\"GPM_VERBOSE\""			\
+	-DEGG_LOGGING="\"GPM_LOGGING\""			\
+	-DEGG_CONSOLE="\"GPM_CONSOLE\""			\
 	-I$(top_srcdir)/libdbus-glib				\
 	$(NULL)
 

Modified: trunk/applets/inhibit/Makefile.am
==============================================================================
--- trunk/applets/inhibit/Makefile.am	(original)
+++ trunk/applets/inhibit/Makefile.am	Mon Nov  3 17:23:29 2008
@@ -14,7 +14,10 @@
 	-DLIBDIR=\""$(libdir)"\" 				\
 	-DVERSION="\"$(VERSION)\"" 				\
 	-DGPM_DATA=\"$(pkgdatadir)\"				\
-	-DEGG_LOG_FILE=\""$(PK_LOG_DIR)/gnome-power-manager"\"	\
+	-DEGG_LOG_FILE=\""~/gnome-power-manager.log"\"	\
+	-DEGG_VERBOSE="\"GPM_VERBOSE\""			\
+	-DEGG_LOGGING="\"GPM_LOGGING\""			\
+	-DEGG_CONSOLE="\"GPM_CONSOLE\""			\
 	-I$(top_srcdir)/libdbus-glib				\
 	$(NULL)
 



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