[gnome-settings-daemon] orientation: Link against libgsd



commit 264abf20ef10f97bf70eacc2b895cf09e63dff43
Author: Bastien Nocera <hadess hadess net>
Date:   Fri Jun 3 17:15:03 2011 +0100

    orientation: Link against libgsd
    
    For profile functions.

 plugins/orientation/Makefile.am |    9 +++++----
 1 files changed, 5 insertions(+), 4 deletions(-)
---
diff --git a/plugins/orientation/Makefile.am b/plugins/orientation/Makefile.am
index 4d08ae8..97edd6c 100644
--- a/plugins/orientation/Makefile.am
+++ b/plugins/orientation/Makefile.am
@@ -33,10 +33,11 @@ test_orientation_CFLAGS =					\
 	$(SETTINGS_PLUGIN_CFLAGS)				\
 	$(AM_CFLAGS)
 
-test_orientation_LDADD =				\
-	$(top_builddir)/plugins/common/libcommon.la	\
-	$(GUDEV_LIBS)					\
-	$(XINPUT_LIBS)					\
+test_orientation_LDADD =						\
+	$(top_builddir)/gnome-settings-daemon/libgsd-profile.la		\
+	$(top_builddir)/plugins/common/libcommon.la			\
+	$(GUDEV_LIBS)							\
+	$(XINPUT_LIBS)							\
 	$(SETTINGS_PLUGIN_LIBS)
 
 plugin_LTLIBRARIES = liborientation.la



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