]> git.pld-linux.org Git - packages/rhythmbox.git/blob - rhythmbox-dbus.patch
6b3331bc4f33a11a9e1549dbca65816ca227436c
[packages/rhythmbox.git] / rhythmbox-dbus.patch
1 --- rhythmbox-0.9.0/remote/dbus/Makefile.am.orig        2005-05-17 20:06:29.000000000 +0100
2 +++ rhythmbox-0.9.0/remote/dbus/Makefile.am     2005-05-17 20:53:32.000000000 +0100
3 @@ -13,10 +13,10 @@
4  rb_dbus_intf = org_gnome_Rhythmbox.xml
5  
6  $(rb_dbus_glue_h): $(rb_dbus_intf)
7 -       $(DBUS_GLIB_BIN)/bin/dbus-binding-tool --mode=glib-server --output=$@ $^
8 +       dbus-binding-tool --mode=glib-server --output=$@ $^
9  
10  $(rb_dbus_binding_h): $(rb_dbus_intf)
11 -       $(DBUS_GLIB_BIN)/bin/dbus-binding-tool --mode=glib-client --output=$@ $^
12 +       dbus-binding-tool --mode=glib-client --output=$@ $^
13  
14  CLEANFILES = $(rb_dbus_glue_h) $(rb_dbus_binding_h)
15  BUILT_SOURCES = $(rb_dbus_glue_h) $(rb_dbus_binding_h)
This page took 0.016189 seconds and 2 git commands to generate.