mousetweaks r132 - in branches/gnome-2-22: . src



Author: gerdk
Date: Sun Apr  6 18:19:00 2008
New Revision: 132
URL: http://svn.gnome.org/viewvc/mousetweaks?rev=132&view=rev

Log:
2008-04-06 Gerd Kohlberger <gerdk svn gnome org>

	* src/Makefile.am: LDFLAGS -> LDADD.
	Make sure '-Wl,--as-needed' works correctly. Fixes bug #525032.



Modified:
   branches/gnome-2-22/ChangeLog
   branches/gnome-2-22/src/Makefile.am

Modified: branches/gnome-2-22/src/Makefile.am
==============================================================================
--- branches/gnome-2-22/src/Makefile.am	(original)
+++ branches/gnome-2-22/src/Makefile.am	Sun Apr  6 18:19:00 2008
@@ -35,7 +35,7 @@
 	mt-timer.c		\
 	mt-timer.h
 
-mousetweaks_LDFLAGS =		\
+mousetweaks_LDADD =		\
 	$(GLADE_LIBS)		\
 	$(CSPI_LIBS)		\
 	$(DBUS_LIBS)		\
@@ -47,9 +47,9 @@
 	mt-common.c	     \
 	mt-common.h
 
-dwell_click_applet_LDFLAGS = \
-	$(GLADE_LIBS)	     \
-	$(PANEL_LIBS)	     \
+dwell_click_applet_LDADD = \
+	$(GLADE_LIBS)	   \
+	$(PANEL_LIBS)	   \
 	$(DBUS_LIBS)
 
 pointer_capture_applet_SOURCES = \
@@ -57,6 +57,6 @@
 	mt-common.c		 \
 	mt-common.h
 
-pointer_capture_applet_LDFLAGS = \
-	$(GLADE_LIBS)		 \
+pointer_capture_applet_LDADD = \
+	$(GLADE_LIBS)	       \
 	$(PANEL_LIBS)



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