summaryrefslogtreecommitdiff
path: root/plugins/Makefile.am
diff options
context:
space:
mode:
authorNick Schermer <nick@xfce.org>2010-02-26 14:08:04 +0100
committerNick Schermer <nick@xfce.org>2010-02-26 14:11:26 +0100
commit0f486a34d21a96ee6e9de0d45e884951cbb44d5a (patch)
tree0f490f52d162b6e77f8c15615f5cb53183fadd9e /plugins/Makefile.am
parent53aaea878a8f37fe3a7aed49c299c395a05209a5 (diff)
downloadxfce4-panel-0f486a34d21a96ee6e9de0d45e884951cbb44d5a.tar.gz
Rework DBus code and import tasklist plugin from master.
- Split DBus code into a client and service part. - Stop using signals for DBus but add separate methodes. - Fix id / display_name switch in panel plugin creation. - Add tasklist plugin from trunk.
Diffstat (limited to 'plugins/Makefile.am')
-rw-r--r--plugins/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/plugins/Makefile.am b/plugins/Makefile.am
index 2f949154..e424c333 100644
--- a/plugins/Makefile.am
+++ b/plugins/Makefile.am
@@ -3,6 +3,7 @@
SUBDIRS = \
clock \
launcher \
- systray
+ systray \
+ tasklist
# vi:set ts=8 sw=8 noet ai nocindent syntax=automake: