diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2011-04-13 05:47:21 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2011-04-13 05:47:21 +0200 |
commit | 4805e9152978cf1929f165808852bfb95a259e1f (patch) | |
tree | 4f069687263cf7a81a48911e2f08f602900ffd09 | |
parent | e383ef431e9e0bf0d17f5b17676bb351163d37bb (diff) |
install glib-genmarshal
-rw-r--r-- | package/glib/Makefile | 3 |
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 |