Skip to content

Commit

Permalink
use libtool generated during build instead of external one
Browse files Browse the repository at this point in the history
  • Loading branch information
monsta committed Feb 1, 2019
1 parent cc163cc commit 5dca0aa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/Makefile.am
Expand Up @@ -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 \
Expand Down

0 comments on commit 5dca0aa

Please sign in to comment.