summaryrefslogtreecommitdiff
path: root/libdbus
diff options
context:
space:
mode:
authorYves-Alexis Perez <corsac@debian.org>2011-01-04 23:56:31 +0100
committerAli Abdallah <aliov@xfce.org>2011-01-04 23:56:31 +0100
commit7f977d69a0ca4c17dc27554762f50acee1530b07 (patch)
treebd18f88b187f749402b1f47a403f8034941fbb83 /libdbus
parentde0320e7748ba1a227442887a693a846281977d4 (diff)
downloadixfce4-power-manager-7f977d69a0ca4c17dc27554762f50acee1530b07.tar.gz
Fix linking against x11, dbus and randr
Diffstat (limited to 'libdbus')
-rw-r--r--libdbus/Makefile.am5
1 files changed, 5 insertions, 0 deletions
diff --git a/libdbus/Makefile.am b/libdbus/Makefile.am
index 6a47cbb9..cada5102 100644
--- a/libdbus/Makefile.am
+++ b/libdbus/Makefile.am
@@ -17,6 +17,11 @@ libxfpmdbus_la_CFLAGS = \
$(LIBXFCE4UTIL_CFLAGS) \
$(DBUS_GLIB_CFLAGS)
+libxfpmdbus_la_LIBADD = \
+ $(GLIB_LIBS) \
+ $(DBUS_GLIB_LIBS) \
+ $(DBUS_LIBS)
+
if MAINTAINER_MODE
BUILT_SOURCES = \