mirror of
https://git.yoctoproject.org/poky
synced 2026-02-22 17:39:39 +01:00
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2018 311d38ba-8fff-0310-9ca6-ca027cbcb966
22 lines
1.1 KiB
Diff
22 lines
1.1 KiB
Diff
---
|
|
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)
|
|
|