summaryrefslogtreecommitdiff
path: root/package/dbus-glib/Makefile
diff options
context:
space:
mode:
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