summaryrefslogtreecommitdiffstats
path: root/sysutils/gnome-power-manager/files/patch-src_Makefile.in
blob: 8bbbfb172700499e116991ffd2f2282e0f5ceba1 (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
--- src/Makefile.in.orig    2008-09-29 17:30:53.000000000 -0400
+++ src/Makefile.in 2008-09-29 17:35:03.000000000 -0400
@@ -471,7 +471,7 @@ gnome_power_statistics_SOURCES = \
    $(NULL)
 
 gnome_power_statistics_LDADD = $(GLIB_LIBS) $(GNOME_LIBS) $(DBUS_LIBS) \
-   $(LOCAL_LIBDBUS_LIBS) $(LOCAL_LIBUNIQUE_LIBS) $(NULL) \
+   $(LOCAL_LIBDBUS_LIBS) $(LOCAL_LIBUNIQUE_LIBS) -lexecinfo $(NULL) \
    $(am__append_1)
 gnome_power_preferences_SOURCES = \
    egg-debug.h                 \
@@ -499,7 +499,7 @@ gnome_power_preferences_SOURCES = \
 gnome_power_preferences_LDADD = $(GLIB_LIBS) $(GNOME_LIBS) $(HAL_LIBS) \
    $(DBUS_LIBS) $(POLKIT_GNOME_LIBS) $(GPM_EXTRA_LIBS) \
    $(LOCAL_LIBHAL_LIBS) $(LOCAL_LIBDBUS_LIBS) \
-   $(LOCAL_LIBUNIQUE_LIBS) $(NULL) $(am__append_2)
+   $(LOCAL_LIBUNIQUE_LIBS) -lexecinfo $(NULL) $(am__append_2)
 gnome_power_manager_SOURCES = \
    egg-color.c                 \
    egg-color.h                 \
@@ -588,7 +588,7 @@ gnome_power_manager_SOURCES = \
 gnome_power_manager_LDADD = $(GLIB_LIBS) $(GSTREAMER_LIBS) \
    $(GNOME_LIBS) $(HAL_LIBS) $(POLKIT_LIBS) $(DBUS_LIBS) \
    $(XRANDR_LIBS) $(GPM_EXTRA_LIBS) $(LOCAL_LIBHAL_LIBS) \
-   $(LOCAL_LIBDBUS_LIBS) $(NULL) $(am__append_3)
+   $(LOCAL_LIBDBUS_LIBS) -lexecinfo $(NULL) $(am__append_3)
 gnome_power_self_test_SOURCES = \
    egg-color.c                 \
    egg-color.h                 \