summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColin Walters <walters@verbum.org>2010-07-20 17:23:45 -0400
committerColin Walters <walters@verbum.org>2010-07-20 17:23:45 -0400
commit576f3895f71b5e89a5cb6c1f2c79d0479769a8b2 (patch)
tree4e249d559a5cdb8ea4b5b08f67572c0f64f3c583
parent8cc523c579726e4a22fc61d32bcf258fa5889372 (diff)
downloadgnome-control-center-576f3895f71b5e89a5cb6c1f2c79d0479769a8b2.tar.gz
[display] Needs to be linked against dbus-glib
Would be a lot better to port this to GDBus, but in the interest of correctness we should do this fix now.
-rw-r--r--panels/display/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/panels/display/Makefile.am b/panels/display/Makefile.am
index 8c565b278..895282d78 100644
--- a/panels/display/Makefile.am
+++ b/panels/display/Makefile.am
@@ -18,7 +18,7 @@ libdisplay_la_SOURCES = \
scrollarea.h \
foo-marshal.h
-libdisplay_la_LIBADD = $(PANEL_LIBS)
+libdisplay_la_LIBADD = $(DBUS_LIBS) $(PANEL_LIBS)
libdisplay_la_LDFLAGS = $(PANEL_LDFLAGS) $(DISPLAY_CAPPLET_LIBS)
sbin_PROGRAMS = gnome-display-properties-install-systemwide
@@ -55,6 +55,7 @@ Desktop_in_files = gnome-display-panel.desktop.in
desktop_DATA = $(Desktop_in_files:.desktop.in=.desktop)
INCLUDES = $(DISPLAY_CAPPLET_CFLAGS) \
+ $(DBUS_CFLAGS) \
$(GNOMECC_CAPPLETS_CFLAGS) \
-DSBINDIR="\"$(sbindir)\"" \
-DUIDIR="\"$(uidir)\"" \