]> git.pld-linux.org Git - packages/libguestfs.git/blob - libguestfs-link.patch
- updated to 1.18.10
[packages/libguestfs.git] / libguestfs-link.patch
1 --- libguestfs-1.18.8/gobject/Makefile.am.orig  2012-09-19 15:12:04.000000000 +0200
2 +++ libguestfs-1.18.8/gobject/Makefile.am       2012-09-22 19:32:43.065376938 +0200
3 @@ -51,9 +51,8 @@
4  libguestfs_gobject_1_0_la_SOURCES = $(guestfs_gobject_sources)
5  libguestfs_gobject_1_0_la_CFLAGS = -I$(top_srcdir)/src -I$(srcdir)/include \
6                                     $(GOBJECT_CFLAGS)
7 -libguestfs_gobject_1_0_la_LIBS = $(GOBJECT_LIBS)
8  libguestfs_gobject_1_0_la_LDFLAGS = $(LDFLAGS) -L$(top_builddir)/src
9 -libguestfs_gobject_1_0_la_LIBADD = -lguestfs
10 +libguestfs_gobject_1_0_la_LIBADD = -lguestfs $(GOBJECT_LIBS) $(GIO_LIBS)
11  
12  # All the headers except <guestfs-gobject.h> should be installed
13  # in the subdirectory.
This page took 0.084899 seconds and 3 git commands to generate.