summaryrefslogtreecommitdiff
path: root/package/dbus-glib
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2011-04-13 05:04:46 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2011-04-13 05:04:46 +0200
commite383ef431e9e0bf0d17f5b17676bb351163d37bb (patch)
tree8952663f1d6b6f697ed8e235aa907ee5940e2036 /package/dbus-glib
parent18cb3f5227c4012c65b65b25b64b6abf867c8989 (diff)
add dbus-binding-tool
Diffstat (limited to 'package/dbus-glib')
-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