summaryrefslogtreecommitdiff
path: root/x11/gnome-session/files/patch-gnome-session_Makefile.in
blob: dcf1a21e9f0991e89e91eb526a72ca06d66e3896 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
--- gnome-session/Makefile.in.orig	2009-08-26 14:18:15.000000000 -0400
+++ gnome-session/Makefile.in	2009-08-26 14:20:10.000000000 -0400
@@ -73,6 +73,7 @@ am_gnome_session_OBJECTS = gsm-app.$(OBJ
 	gdm-log.$(OBJEXT) main.$(OBJEXT) gsm-store.$(OBJEXT) \
 	gsm-inhibitor.$(OBJEXT) gsm-manager.$(OBJEXT) \
 	gsm-session-save.$(OBJEXT) gsm-xsmp-server.$(OBJEXT) \
+	gsm-power-manager.$(OBJEXT) \
 	$(am__objects_1)
 gnome_session_OBJECTS = $(am_gnome_session_OBJECTS)
 gnome_session_DEPENDENCIES = libgsmutil.la \
@@ -339,8 +340,7 @@ INCLUDES = \
 	-DLIBEXECDIR=\"$(libexecdir)\"		\
 	-DGTKBUILDER_DIR=\""$(pkgdatadir)"\"		\
 	-DGCONF_SANITY_CHECK=\""$(GCONF_SANITY_CHECK)"\" \
-	-DGCONFTOOL_CMD=\"$(GCONFTOOL)\"	\
-	-DI_KNOW_THE_DEVICEKIT_POWER_API_IS_SUBJECT_TO_CHANGE
+	-DGCONFTOOL_CMD=\"$(GCONFTOOL)\"
 
 test_inhibit_SOURCES = \
 	test-inhibit.c	\
@@ -360,6 +360,7 @@ test_client_dbus_LDADD = \
 
 gnome_session_LDADD = \
 	libgsmutil.la 				\
+	-lexecinfo				\
 	$(top_builddir)/egg/libeggdesktopfile.la \
 	$(SM_LIBS)				\
 	$(ICE_LIBS)				\
@@ -389,6 +390,8 @@ gnome_session_SOURCES = \
 	gsm-logout-dialog.c			\
 	gsm-inhibit-dialog.h			\
 	gsm-inhibit-dialog.c			\
+	gsm-power-manager.c			\
+	gsm-power-manager.h			\
 	gs-idle-monitor.h			\
 	gs-idle-monitor.c			\
 	gsm-presence.h				\
@@ -574,6 +577,7 @@ distclean-compile:
 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gsm-dbus-client.Po@am__quote@
 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gsm-gconf.Po@am__quote@
 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gsm-inhibit-dialog.Po@am__quote@
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gsm-power-manager.Po@am__quote@
 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gsm-inhibitor.Po@am__quote@
 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gsm-logout-dialog.Po@am__quote@
 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gsm-manager.Po@am__quote@