Sophie

Sophie

distrib > Mandriva > current > i586 > media > contrib-release-src > by-pkgid > a1e64db81811eb9be0357a24629c2910 > files > 1

parole-0.2.0.2-2mdv2010.1.src.rpm

--- plugins/power-manager/Makefile.am~	2009-11-25 09:45:50.000000000 +0100
+++ plugins/power-manager/Makefile.am	2009-11-25 14:01:52.000000000 +0100
@@ -29,6 +29,9 @@
 	-module					\
 	$(PLATFORM_LDFLAGS)
 
+power_manager_plugin_la_LIBADD =		\
+	$(DBUS_GLIB_LIBS) $(LIBXFCE4UTIL_LIBS)
+
 #
 # .desktop file
 #
@@ -41,4 +44,4 @@
 	$(desktop_in_files)
     
 DISTCLEANFILES = 		\
-	$(desktop_DATA)
\ No newline at end of file
+	$(desktop_DATA)
--- plugins/power-manager/Makefile.in~	2009-11-25 10:35:35.000000000 +0100
+++ plugins/power-manager/Makefile.in	2009-11-25 14:02:08.000000000 +0100
@@ -68,7 +68,7 @@
   sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
 am__installdirs = "$(DESTDIR)$(pluginsdir)" "$(DESTDIR)$(desktopdir)"
 LTLIBRARIES = $(plugins_LTLIBRARIES)
-power_manager_plugin_la_LIBADD =
+power_manager_plugin_la_LIBADD = $(DBUS_GLIB_LIBS) $(LIBXFCE4UTIL_LIBS)
 am_power_manager_plugin_la_OBJECTS =  \
 	power_manager_plugin_la-power-manager-plugin.lo \
 	power_manager_plugin_la-power-manager-provider.lo
--- plugins/properties/Makefile.am~	2009-11-23 15:31:43.000000000 +0100
+++ plugins/properties/Makefile.am	2009-11-25 14:05:59.000000000 +0100
@@ -23,6 +23,8 @@
 	$(LIBXFCE4UTIL_CFLAGS)
 
 stream_properties_la_LIBADD =			\
+	$(GTK_LIBS)				\
+	$(LIBXFCE4UTIL_LIBS)			\
 	$(TAGLIBC_LIBS)
 
 stream_properties_la_LDFLAGS =			\
--- plugins/properties/Makefile.in~	2009-11-25 10:35:35.000000000 +0100
+++ plugins/properties/Makefile.in	2009-11-25 14:06:39.000000000 +0100
@@ -360,6 +360,8 @@
 	$(LIBXFCE4UTIL_CFLAGS)
 
 stream_properties_la_LIBADD = \
+	$(GTK_LIBS)				\
+	$(LIBXFCE4UTIL_LIBS)			\
 	$(TAGLIBC_LIBS)
 
 stream_properties_la_LDFLAGS = \
--- plugins/tray/Makefile.am~	2009-11-23 15:31:57.000000000 +0100
+++ plugins/tray/Makefile.am	2009-11-25 14:08:31.000000000 +0100
@@ -30,6 +30,7 @@
 	$(PLATFORM_LDFLAGS)
 
 tray_icon_la_LIBADD =				\
+	$(LIBXFCE4UTIL_LIBS)			\
 	$(LIBNOTIFY_LIBS)
 
 #
@@ -44,4 +45,4 @@
 	$(desktop_in_files)
     
 DISTCLEANFILES = 		\
-	$(desktop_DATA)
\ No newline at end of file
+	$(desktop_DATA)
--- plugins/tray/Makefile.in~	2009-11-25 10:35:35.000000000 +0100
+++ plugins/tray/Makefile.in	2009-11-25 14:08:48.000000000 +0100
@@ -365,6 +365,7 @@
 	$(PLATFORM_LDFLAGS)
 
 tray_icon_la_LIBADD = \
+	$(LIBXFCE4UTIL_LIBS)			\
 	$(LIBNOTIFY_LIBS)
 
 
--- plugins/window-title/Makefile.am~	2009-11-23 15:32:04.000000000 +0100
+++ plugins/window-title/Makefile.am	2009-11-25 14:11:19.000000000 +0100
@@ -27,6 +27,10 @@
 	-module					\
 	$(PLATFORM_LDFLAGS)
 
+window_title_la_LIBADD =			\
+	$(GTK_LIBS)				\
+	$(LIBXFCE4UTIL_LIBS)
+
 #
 # .desktop file
 #
@@ -39,4 +43,4 @@
 	$(desktop_in_files)
     
 DISTCLEANFILES = 		\
-	$(desktop_DATA)
\ No newline at end of file
+	$(desktop_DATA)
--- plugins/window-title/Makefile.in~	2009-11-25 10:35:35.000000000 +0100
+++ plugins/window-title/Makefile.in	2009-11-25 14:11:31.000000000 +0100
@@ -68,7 +68,7 @@
   sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
 am__installdirs = "$(DESTDIR)$(pluginsdir)" "$(DESTDIR)$(desktopdir)"
 LTLIBRARIES = $(plugins_LTLIBRARIES)
-window_title_la_LIBADD =
+window_title_la_LIBADD = $(GTK_LIBS) $(LIBXFCE4UTIL_LIBS)
 am_window_title_la_OBJECTS = window_title_la-window-title-plugin.lo \
 	window_title_la-window-title-provider.lo
 window_title_la_OBJECTS = $(am_window_title_la_OBJECTS)