forked from Lainports/opnsense-ports
27 lines
1.1 KiB
Text
27 lines
1.1 KiB
Text
--- src/Makefile.in.orig 2014-12-05 20:08:03.156130485 +0100
|
|
+++ src/Makefile.in 2014-12-05 20:08:22.167129013 +0100
|
|
@@ -2304,21 +2304,21 @@
|
|
@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 \
|