Skip to content

Commit 5dca0aa

Browse files
committed
use libtool generated during build instead of external one
1 parent cc163cc commit 5dca0aa

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/Makefile.am

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -270,21 +270,21 @@ gpm-marshal.h: gpm-marshal.list
270270
@GLIB_GENMARSHAL@ $< --prefix=gpm_marshal --header > $@
271271

272272
org.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

279279
org.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

286286
org.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 \

0 commit comments

Comments
 (0)