mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-10 03:16:17 +01:00
Fix build of gdbus tool with binutils gold linker
This commit is contained in:
parent
4b0fd52e52
commit
e6c08a458c
@ -578,7 +578,9 @@ dist_schema_DATA = gschema.dtd
|
||||
|
||||
bin_PROGRAMS += gdbus
|
||||
gdbus_SOURCES = gdbus-tool.c
|
||||
gdbus_LDADD = libgio-2.0.la
|
||||
gdbus_LDADD = libgio-2.0.la \
|
||||
$(top_builddir)/glib/libglib-2.0.la \
|
||||
$(top_builddir)/gobject/libgobject-2.0.la
|
||||
|
||||
completiondir = $(sysconfdir)/bash_completion.d
|
||||
completion_SCRIPTS = gdbus-bash-completion.sh
|
||||
|
Loading…
Reference in New Issue
Block a user