From 944ba10c58dd78f3f90d0d216e6dd656fc09a6c6 Mon Sep 17 00:00:00 2001 From: Benedikt Meurer <benny@xfce.org> Date: Sat, 11 Nov 2006 10:28:08 +0000 Subject: [PATCH] 2006-11-11 Benedikt Meurer <benny@xfce.org> * plugins/thunar-tpa/Makefile.am: Starting with version 0.72 dbus-binding-tool now requires the --prefix command line option even though it isn't used for anything. Bug #2528. (Old svn revision: 23820) --- ChangeLog | 6 ++++++ plugins/thunar-tpa/Makefile.am | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 03a6ebfb2..e4ebf63e8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2006-11-11 Benedikt Meurer <benny@xfce.org> + + * plugins/thunar-tpa/Makefile.am: Starting with version 0.72 + dbus-binding-tool now requires the --prefix command line option + even though it isn't used for anything. Bug #2528. + 2006-11-11 Benedikt Meurer <benny@xfce.org> * docs/README.volumes, thunar-vfs/thunar-vfs-volume-hal.c: Apply patch diff --git a/plugins/thunar-tpa/Makefile.am b/plugins/thunar-tpa/Makefile.am index df6ca4537..46d3dd1c9 100644 --- a/plugins/thunar-tpa/Makefile.am +++ b/plugins/thunar-tpa/Makefile.am @@ -40,7 +40,7 @@ DISTCLEANFILES = \ thunar-tpa-bindings.h thunar-tpa-bindings.h: $(srcdir)/thunar-tpa-bindings.xml Makefile - dbus-binding-tool --mode=glib-client $(srcdir)/thunar-tpa-bindings.xml > thunar-tpa-bindings.h + dbus-binding-tool --prefix=thunar_tpa_dbus --mode=glib-client $(srcdir)/thunar-tpa-bindings.xml > thunar-tpa-bindings.h endif desktopdir = $(datadir)/xfce4/panel-plugins -- GitLab