blob: 09c473b3c12d7019c446d1f4eb0a0076bcb447e6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
---
ohmd/Makefile.am | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Index: git/ohmd/Makefile.am
===================================================================
--- git.orig/ohmd/Makefile.am 2007-06-27 12:21:04.000000000 +0100
+++ git/ohmd/Makefile.am 2007-06-27 12:21:29.000000000 +0100
@@ -69,10 +69,10 @@ ohm-marshal.h: ohm-marshal.list
@GLIB_GENMARSHAL@ $< --prefix=ohm_marshal --header > $@
ohm-dbus-manager.h: ohm-dbus-manager.xml
- libtool --mode=execute dbus-binding-tool --prefix=ohm_manager --mode=glib-server --output=ohm-dbus-manager.h $(srcdir)/ohm-dbus-manager.xml
+ $(LIBTOOL) --mode=execute dbus-binding-tool --prefix=ohm_manager --mode=glib-server --output=ohm-dbus-manager.h $(srcdir)/ohm-dbus-manager.xml
ohm-dbus-keystore.h: ohm-dbus-keystore.xml
- libtool --mode=execute dbus-binding-tool --prefix=ohm_keystore --mode=glib-server --output=ohm-dbus-keystore.h $(srcdir)/ohm-dbus-keystore.xml
+ $(LIBTOOL) --mode=execute dbus-binding-tool --prefix=ohm_keystore --mode=glib-server --output=ohm-dbus-keystore.h $(srcdir)/ohm-dbus-keystore.xml
CLEANFILES = $(BUILT_SOURCES)
|