diff options
author | Ted Gould <ted@canonical.com> | 2009-02-06 12:22:40 +0100 |
---|---|---|
committer | Ted Gould <ted@canonical.com> | 2009-02-06 12:22:40 +0100 |
commit | aa624cda814053c2bc66f9223ba38dfbf571245a (patch) | |
tree | 1ce3c3b62c88888c45c1c1bd1bd1127475115945 /libindicate/Makefile.am | |
parent | c18cbee8cb5197d9e2bc024e792842be6588b8da (diff) | |
download | libayatana-indicator-aa624cda814053c2bc66f9223ba38dfbf571245a.tar.gz libayatana-indicator-aa624cda814053c2bc66f9223ba38dfbf571245a.tar.bz2 libayatana-indicator-aa624cda814053c2bc66f9223ba38dfbf571245a.zip |
Changing the prototypes to start using the server added stuff
Diffstat (limited to 'libindicate/Makefile.am')
-rw-r--r-- | libindicate/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libindicate/Makefile.am b/libindicate/Makefile.am index 3ceba08..5b43425 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 |