]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
* src/Makefile.am: look for libvirt_sym.version in builddir
authorGuido Günther <agx@sigxcpu.org>
Mon, 24 Nov 2008 15:07:45 +0000 (15:07 +0000)
committerGuido Günther <agx@sigxcpu.org>
Mon, 24 Nov 2008 15:07:45 +0000 (15:07 +0000)
ChangeLog
src/Makefile.am

index ec882b8581fc7afc819a8593b48d0687faeee717..89d717b0ea7693f76301c5a96caef4fd5a141dc1 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Mon Nov 24 16:01:40 CET 2008 Guido Günther <agx@sigxcpu.org>
+
+       * src/Makefile.am: look for libvirt_sym.version in builddir
+
 Mon Nov 24 08:10:49 +0100 2008 Jim Meyering <meyering@redhat.com>
 
        tests: new test: virsh-synopsis
index a8f440e0018369de5cd9c757e81df17e3daf7789..d0f881fc7af3ef32db001a7b5c78f33d13a83458 100644 (file)
@@ -392,14 +392,14 @@ EXTRA_DIST +=                                                     \
 libvirt_la_SOURCES =
 libvirt_la_LIBADD += \
                    @CYGWIN_EXTRA_LIBADD@ ../gnulib/lib/libgnu.la
-libvirt_la_LDFLAGS = -Wl,--version-script=$(srcdir)/libvirt_sym.version \
+libvirt_la_LDFLAGS = -Wl,--version-script=$(builddir)/libvirt_sym.version \
                      -version-info @LIBVIRT_VERSION_INFO@ \
                     $(COVERAGE_CFLAGS:-f%=-Wc,-f%) \
                     $(LIBXML_LIBS) $(SELINUX_LIBS) \
                    $(XEN_LIBS) $(DRIVER_MODULE_LIBS) \
                    @CYGWIN_EXTRA_LDFLAGS@ @MINGW_EXTRA_LDFLAGS@
 libvirt_la_CFLAGS = $(COVERAGE_CFLAGS) -DIN_LIBVIRT
-libvirt_la_DEPENDENCIES = $(libvirt_la_LIBADD) $(srcdir)/libvirt_sym.version
+libvirt_la_DEPENDENCIES = $(libvirt_la_LIBADD) $(builddir)/libvirt_sym.version
 
 # Create an automake "convenience library" version of libvirt_la,
 # just for testing, since the test harness requires access to internal