diff options
author | monsta <[email protected]> | 2019-02-01 16:56:28 +0300 |
---|---|---|
committer | monsta <[email protected]> | 2019-02-01 16:56:28 +0300 |
commit | 5dca0aa4679011c0b268d8f9e9e8b66aa4140ec7 (patch) | |
tree | 7c0e588a66514c43e78bd16c57c43737eb3efa8e | |
parent | cc163cca581f61c1db6df3f1a90b5e2cb063a197 (diff) | |
download | mate-power-manager-5dca0aa4679011c0b268d8f9e9e8b66aa4140ec7.tar.bz2 mate-power-manager-5dca0aa4679011c0b268d8f9e9e8b66aa4140ec7.tar.xz |
use libtool generated during build instead of external one
-rw-r--r-- | src/Makefile.am | 6 |
1 files changed, 3 insertions, 3 deletions
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 \ |