mirror of
https://github.com/libguestfs/libguestfs.git
synced 2026-03-22 07:03:38 +00:00
gobject: Link libguestfs-gobject library with GIO.
So that we get the g_cancellable_* symbols.
This commit is contained in:
@@ -55,7 +55,7 @@ libguestfs_gobject_1_0_la_CFLAGS = -I$(top_srcdir)/src -I$(srcdir)/include \
|
||||
-DGUESTFS_PRIVATE=1 \
|
||||
$(GOBJECT_CFLAGS)
|
||||
libguestfs_gobject_1_0_la_LDFLAGS = $(LDFLAGS) -L$(top_builddir)/src
|
||||
libguestfs_gobject_1_0_la_LIBADD = -lguestfs $(GOBJECT_LIBS)
|
||||
libguestfs_gobject_1_0_la_LIBADD = -lguestfs $(GOBJECT_LIBS) $(GIO_LIBS)
|
||||
|
||||
pkgconfigdir = $(libdir)/pkgconfig
|
||||
pkgconfig_DATA = libguestfs-gobject-1.0.pc
|
||||
|
||||
Reference in New Issue
Block a user