summaryrefslogtreecommitdiff
path: root/package/glib
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2011-04-13 05:47:21 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2011-04-13 05:47:21 +0200
commit4805e9152978cf1929f165808852bfb95a259e1f (patch)
tree4f069687263cf7a81a48911e2f08f602900ffd09 /package/glib
parente383ef431e9e0bf0d17f5b17676bb351163d37bb (diff)
install glib-genmarshal
Diffstat (limited to 'package/glib')
-rw-r--r--package/glib/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/package/glib/Makefile b/package/glib/Makefile
index 4bd99944c..692e5c8af 100644
--- a/package/glib/Makefile
+++ b/package/glib/Makefile
@@ -72,5 +72,8 @@ glib-dev-install:
${INSTALL_DIR} ${IDIR_GLIB_DEV}/usr/lib/pkgconfig
${CP} ${WRKINST}/usr/lib/pkgconfig/*.pc \
${IDIR_GLIB_DEV}/usr/lib/pkgconfig
+ ${INSTALL_DIR} ${IDIR_GLIB_DEV}/usr/bin
+ $(INSTALL_BIN) $(WRKINST)/usr/bin/glib-genmarshal \
+ ${IDIR_GLIB_DEV}/usr/bin
include ${TOPDIR}/mk/pkg-bottom.mk