mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-04 08:23:38 +02:00
Add gdbus-codegen(1) command
It doesn't work yet without the user manually adding ffi bits. That's the topic of the next commit. Signed-off-by: David Zeuthen <davidz@redhat.com>
This commit is contained in:
@@ -149,6 +149,7 @@ content_files = \
|
||||
glib-compile-schemas.xml\
|
||||
gsettings.xml \
|
||||
gdbus.xml \
|
||||
gdbus-codegen.xml \
|
||||
$(NULL)
|
||||
|
||||
expand_content_files = \
|
||||
@@ -170,8 +171,9 @@ EXTRA_DIST += \
|
||||
man_MANS = \
|
||||
gio-querymodules.1 \
|
||||
glib-compile-schemas.1 \
|
||||
gsettings.1 \
|
||||
gdbus.1
|
||||
gsettings.1 \
|
||||
gdbus.1 \
|
||||
gdbus-codegen.1
|
||||
|
||||
if ENABLE_MAN
|
||||
|
||||
|
Reference in New Issue
Block a user