diff options
author | Dieter Verfaillie <dieterv@optionexplicit.be> | 2011-08-23 07:37:05 +0200 |
---|---|---|
committer | Colin Walters <walters@verbum.org> | 2011-08-25 17:23:00 -0400 |
commit | 7d679717f0007dac2f86f05edc763f373135aeee (patch) | |
tree | b9729c97553786e1b28a63f7bc24c2c12ca17cd5 | |
parent | a2614efd145eb4e20b0d7643c6f53c50a4d09296 (diff) | |
download | glib-7d679717f0007dac2f86f05edc763f373135aeee.tar.gz |
Add gdbus-codegen to glib-zip.in
https://bugzilla.gnome.org/show_bug.cgi?id=650763
-rwxr-xr-x | glib-zip.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/glib-zip.in b/glib-zip.in index 49f243a68..40d3c6722 100755 --- a/glib-zip.in +++ b/glib-zip.in @@ -38,6 +38,7 @@ zip -r -D $ZIP share/doc/glib-@GLIB_VERSION@ rm $DEVZIP zip -r -D $DEVZIP -@ <<EOF bin/gdbus.exe +bin/gdbus-codegen bin/gio-querymodules.exe bin/glib-compile-schemas.exe bin/glib-genmarshal.exe @@ -49,6 +50,7 @@ etc/bash_completion.d/gdbus-bash-completion.sh etc/bash_completion.d/gsettings-bash-completion.sh include/gio-win32-2.0 include/glib-2.0 +lib/gdbus-2.0 lib/gio lib/glib-2.0 lib/pkgconfig/glib-2.0.pc @@ -79,6 +81,7 @@ share/aclocal/gsettings.m4 share/glib-2.0 share/gtk-doc/html share/man/man1/gdbus.1 +share/man/man1/gdbus-codegen.1 share/man/man1/gio-querymodules.1 share/man/man1/glib-compile-schemas.1 share/man/man1/glib-genmarshal.1 |