[gnome-settings-daemon] orientation: add missing library linkage



commit 864d9d06da5f1a8733fe895bdef9c916ca228c10
Author: Bastien Nocera <hadess hadess net>
Date:   Fri Jun 3 17:52:47 2011 +0100

    orientation: add missing library linkage

 plugins/orientation/Makefile.am |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/plugins/orientation/Makefile.am b/plugins/orientation/Makefile.am
index 97edd6c..a8c319b 100644
--- a/plugins/orientation/Makefile.am
+++ b/plugins/orientation/Makefile.am
@@ -68,8 +68,9 @@ liborientation_la_CFLAGS = \
 liborientation_la_LDFLAGS = 		\
 	$(GSD_PLUGIN_LDFLAGS)
 
-liborientation_la_LIBADD  = 							\
+liborientation_la_LIBADD  =						\
 	$(top_builddir)/plugins/common/libcommon.la			\
+	$(GUDEV_LIBS)							\
 	$(SETTINGS_PLUGIN_LIBS)						\
 	$(X11_LIBS)							\
 	$(XINPUT_LIBS)



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