From 5dca0aa4679011c0b268d8f9e9e8b66aa4140ec7 Mon Sep 17 00:00:00 2001 From: monsta Date: Fri, 1 Feb 2019 16:56:28 +0300 Subject: use libtool generated during build instead of external one --- src/Makefile.am | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src') diff --git a/src/Makefile.am b/src/Makefile.am index 48d071b..b50bf93 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -270,21 +270,21 @@ gpm-marshal.h: gpm-marshal.list @GLIB_GENMARSHAL@ $< --prefix=gpm_marshal --header > $@ org.mate.PowerManager.h: org.mate.PowerManager.xml - libtool --mode=execute dbus-binding-tool \ + $(LIBTOOL) --mode=execute dbus-binding-tool \ --prefix=gpm_manager \ --mode=glib-server \ --output=org.mate.PowerManager.h \ $(srcdir)/org.mate.PowerManager.xml org.mate.PowerManager.Backlight.h: org.mate.PowerManager.Backlight.xml - libtool --mode=execute dbus-binding-tool \ + $(LIBTOOL) --mode=execute dbus-binding-tool \ --prefix=gpm_backlight \ --mode=glib-server \ --output=org.mate.PowerManager.Backlight.h \ $(srcdir)/org.mate.PowerManager.Backlight.xml org.mate.PowerManager.KbdBacklight.h: org.mate.PowerManager.KbdBacklight.xml - libtool --mode=execute dbus-binding-tool \ + $(LIBTOOL) --mode=execute dbus-binding-tool \ --prefix=gpm_kbd_backlight \ --mode=glib-server \ --output=org.mate.PowerManager.KbdBacklight.h \ -- cgit v1.2.1