[gnome-settings-daemon] make: don't list XINPUT_LIBS twice, move X11_LIBS from LDFLAGS to LIBADD



commit 4d1dbd584076b2b93422ba76008234ca552286e7
Author: Stefan Sauer <ensonic google com>
Date:   Fri Aug 26 10:16:23 2011 +0200

    make: don't list XINPUT_LIBS twice, move X11_LIBS from LDFLAGS to LIBADD

 plugins/common/Makefile.am |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)
---
diff --git a/plugins/common/Makefile.am b/plugins/common/Makefile.am
index 0717025..6226b11 100644
--- a/plugins/common/Makefile.am
+++ b/plugins/common/Makefile.am
@@ -20,11 +20,12 @@ libcommon_la_CFLAGS = \
 	$(AM_CFLAGS)
 
 libcommon_la_LDFLAGS = \
-	$(GSD_PLUGIN_LDFLAGS) $(XINPUT_LIBS) $(X11_LIBS)
+	$(GSD_PLUGIN_LDFLAGS)
 
 libcommon_la_LIBADD  = \
 	$(SETTINGS_PLUGIN_LIBS)		\
-	$(XINPUT_LIBS)
+	$(XINPUT_LIBS)			\
+	$(X11_LIBS)
 
 noinst_PROGRAMS = test-input-helper test-egg-key-parsing
 



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