summaryrefslogtreecommitdiff
path: root/package/dbus-glib/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2011-04-13 09:53:09 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2011-04-13 09:53:09 +0200
commit851a4486f663ddb8acffd4dd870d4121290b35d5 (patch)
tree066dc4941721a59e0c824b343f31fb4dc1491988 /package/dbus-glib/Makefile
parent36e2dea8b335502fbbd367d7d09018bc58769a0e (diff)
parent8b3f03d90b56b35d818047e7ecad8d1423439736 (diff)
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/dbus-glib/Makefile')
-rw-r--r--package/dbus-glib/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/package/dbus-glib/Makefile b/package/dbus-glib/Makefile
index f998edca1..a937f5971 100644
--- a/package/dbus-glib/Makefile
+++ b/package/dbus-glib/Makefile
@@ -39,5 +39,8 @@ dbus-glib-dev-install:
$(INSTALL_DIR) $(IDIR_DBUS_GLIB_DEV)/usr/lib/pkgconfig
${CP} $(WRKINST)/usr/lib/pkgconfig/*.pc \
$(IDIR_DBUS_GLIB_DEV)/usr/lib/pkgconfig
+ $(INSTALL_DIR) $(IDIR_DBUS_GLIB_DEV)/usr/bin
+ $(INSTALL_BIN) $(WRKINST)/usr/bin/dbus-binding-tool \
+ $(IDIR_DBUS_GLIB_DEV)/usr/bin
include ${TOPDIR}/mk/pkg-bottom.mk