File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -270,21 +270,21 @@ gpm-marshal.h: gpm-marshal.list
270270 @GLIB_GENMARSHAL@ $< --prefix=gpm_marshal --header > $@
271271
272272org.mate.PowerManager.h : org.mate.PowerManager.xml
273- libtool --mode=execute dbus-binding-tool \
273+ $( LIBTOOL ) --mode=execute dbus-binding-tool \
274274 --prefix=gpm_manager \
275275 --mode=glib-server \
276276 --output=org.mate.PowerManager.h \
277277 $(srcdir ) /org.mate.PowerManager.xml
278278
279279org.mate.PowerManager.Backlight.h : org.mate.PowerManager.Backlight.xml
280- libtool --mode=execute dbus-binding-tool \
280+ $( LIBTOOL ) --mode=execute dbus-binding-tool \
281281 --prefix=gpm_backlight \
282282 --mode=glib-server \
283283 --output=org.mate.PowerManager.Backlight.h \
284284 $(srcdir ) /org.mate.PowerManager.Backlight.xml
285285
286286org.mate.PowerManager.KbdBacklight.h : org.mate.PowerManager.KbdBacklight.xml
287- libtool --mode=execute dbus-binding-tool \
287+ $( LIBTOOL ) --mode=execute dbus-binding-tool \
288288 --prefix=gpm_kbd_backlight \
289289 --mode=glib-server \
290290 --output=org.mate.PowerManager.KbdBacklight.h \
You can’t perform that action at this time.
0 commit comments