--- 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 \