aboutsummaryrefslogtreecommitdiff
path: root/libindicate/Makefile.am
diff options
context:
space:
mode:
authorTed Gould <ted@canonical.com>2009-02-06 15:02:51 +0100
committerTed Gould <ted@canonical.com>2009-02-06 15:02:51 +0100
commit4cf9eec018066aeae6516a4967c5ac5c8c74219e (patch)
tree9ed3915bb7c5415eff21d88d566ddc1dbf390767 /libindicate/Makefile.am
parente5e968c21428fae002dc047e9c7ea931bbd25819 (diff)
parent603808b8d5d57363b52b1e8fa6a7dbbde46c861f (diff)
downloadlibayatana-indicator-4cf9eec018066aeae6516a4967c5ac5c8c74219e.tar.gz
libayatana-indicator-4cf9eec018066aeae6516a4967c5ac5c8c74219e.tar.bz2
libayatana-indicator-4cf9eec018066aeae6516a4967c5ac5c8c74219e.zip
Making the listener handle the case where we're using the new show/hide structure.
Diffstat (limited to 'libindicate/Makefile.am')
-rw-r--r--libindicate/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/libindicate/Makefile.am b/libindicate/Makefile.am
index 0bf400c..3eb14af 100644
--- a/libindicate/Makefile.am
+++ b/libindicate/Makefile.am
@@ -61,12 +61,12 @@ dbus-indicate-client.h: indicate-interface.xml
--output=dbus-indicate-client.h \
$(srcdir)/indicate-interface.xml
-listener-marshal.h: listener-marshal.list
+listener-marshal.h: $(srcdir)/listener-marshal.list
glib-genmarshal --header \
--prefix=indicate_listener_marshal $(srcdir)/listener-marshal.list \
> listener-marshal.h
-listener-marshal.c: listener-marshal.list
+listener-marshal.c: $(srcdir)/listener-marshal.list
glib-genmarshal --body \
--prefix=indicate_listener_marshal $(srcdir)/listener-marshal.list \
> listener-marshal.c