[gnome-settings-daemon] automount: link against the private profiler library



commit 58ae718963b8b319b2914c5a9412bb4a6cb70d13
Author: Cosimo Cecchi <cosimoc gnome org>
Date:   Tue Jul 26 17:05:57 2011 +0200

    automount: link against the private profiler library

 plugins/automount/Makefile.am |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/plugins/automount/Makefile.am b/plugins/automount/Makefile.am
index 209feb1..ace425a 100644
--- a/plugins/automount/Makefile.am
+++ b/plugins/automount/Makefile.am
@@ -17,7 +17,8 @@ gnome_fallback_mount_helper_CFLAGS = \
 
 gnome_fallback_mount_helper_LDADD = \
 	$(SETTINGS_PLUGIN_LIBS) \
-	$(X11_LIBS)
+	$(X11_LIBS) \
+	$(top_builddir)/gnome-settings-daemon/libgsd-profile.la
 
 autostartdir = $(sysconfdir)/xdg/autostart
 autostart_in_files = gnome-fallback-mount-helper.desktop.in



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