summaryrefslogtreecommitdiff
path: root/mate-panel
diff options
context:
space:
mode:
authorStefano Karapetsas <[email protected]>2012-10-12 17:56:34 +0200
committerStefano Karapetsas <[email protected]>2012-10-12 17:56:34 +0200
commit3aa881b8b74b72fd2840fc641a51801b390b044e (patch)
tree63de54f0782ab52ba64f84ca0e585b11b671e9d9 /mate-panel
parent8230a10b97810451abe1b3283f5adf627f33a8b1 (diff)
downloadmate-panel-3aa881b8b74b72fd2840fc641a51801b390b044e.tar.bz2
mate-panel-3aa881b8b74b72fd2840fc641a51801b390b044e.tar.xz
fix dconf requirements
Diffstat (limited to 'mate-panel')
-rw-r--r--mate-panel/Makefile.am6
1 files changed, 5 insertions, 1 deletions
diff --git a/mate-panel/Makefile.am b/mate-panel/Makefile.am
index 03cae874..9ac715f7 100644
--- a/mate-panel/Makefile.am
+++ b/mate-panel/Makefile.am
@@ -8,6 +8,7 @@ libexec_SCRIPTS = mate-panel-add
AM_CPPFLAGS = \
$(PANEL_CFLAGS) \
+ $(DCONF_CFLAGS) \
-I. \
-I$(srcdir) \
-I$(top_builddir)/mate-panel \
@@ -137,6 +138,7 @@ mate_panel_LDADD = \
$(top_builddir)/mate-panel/libmate-panel-applet-private/libmate-panel-applet-private.la \
$(top_builddir)/mate-panel/libpanel-util/libpanel-util.la \
$(PANEL_LIBS) \
+ $(DCONF_LIBS) \
$(XRANDR_LIBS) \
$(X_LIBS) \
-lm
@@ -153,6 +155,7 @@ mate_desktop_item_edit_SOURCES = \
mate_desktop_item_edit_LDADD = \
$(top_builddir)/mate-panel/libpanel-util/libpanel-util.la \
$(PANEL_LIBS) \
+ $(DCONF_LIBS) \
-lX11
mate_panel_test_applets_SOURCES = \
@@ -170,7 +173,8 @@ mate_panel_test_applets_CPPFLAGS = \
mate_panel_test_applets_LDADD = \
$(top_builddir)/mate-panel/libmate-panel-applet-private/libmate-panel-applet-private-mini.la \
$(top_builddir)/mate-panel/libpanel-util/libpanel-util.la \
- $(PANEL_LIBS)
+ $(PANEL_LIBS) \
+ $(DCONF_LIBS)
mate_panel_test_applets_LDFLAGS = -export-dynamic