mousetweaks r128 - in trunk: . src



Author: gerdk
Date: Sun Mar 30 14:10:49 2008
New Revision: 128
URL: http://svn.gnome.org/viewvc/mousetweaks?rev=128&view=rev

Log:
2008-03-30 Gerd Kohlberger <gerdk svn gnome org>

	* src/Makefile.am: LDFLAGS -> LDADD.
	Make sure "-Wl,--as-needed" gets a front row seat. Fixes bug 
#525032.



Modified:
   trunk/ChangeLog
   trunk/src/Makefile.am

Modified: trunk/src/Makefile.am
==============================================================================
--- trunk/src/Makefile.am	(original)
+++ trunk/src/Makefile.am	Sun Mar 30 14:10:49 2008
@@ -31,21 +31,21 @@
 	mt-cursor-manager.c \
 	mt-cursor-manager.h
 
-mousetweaks_LDFLAGS = $(DEPENDENCIES_LIBS)
+mousetweaks_LDADD = $(DEPENDENCIES_LIBS)
 
 dwell_click_applet_SOURCES = \
 	dwell-click-applet.c \
 	mt-common.c	     \
 	mt-common.h
 
-dwell_click_applet_LDFLAGS = $(DEPENDENCIES_LIBS)
+dwell_click_applet_LDADD = $(DEPENDENCIES_LIBS)
 
 pointer_capture_applet_SOURCES = \
 	pointer-capture-applet.c \
 	mt-common.c		 \
 	mt-common.h
 
-pointer_capture_applet_LDFLAGS = $(DEPENDENCIES_LIBS)
+pointer_capture_applet_LDADD = $(DEPENDENCIES_LIBS)
 
 BUILT_SOURCES = mt-service-glue.h
 



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