summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2008-11-24 15:07:45 +0000
committerGuido Günther <agx@sigxcpu.org>2008-11-24 15:07:45 +0000
commit4b4a6d9d56b5bb1e2dc761617e11627f82dc1b08 (patch)
tree8a63f79b6f7c3b8d049b8a5bf8e5633f28a35928
parenttests: new test: virsh-synopsis (diff)
downloadlibvirt-4b4a6d9d56b5bb1e2dc761617e11627f82dc1b08.tar.gz
libvirt-4b4a6d9d56b5bb1e2dc761617e11627f82dc1b08.tar.bz2
libvirt-4b4a6d9d56b5bb1e2dc761617e11627f82dc1b08.zip
* src/Makefile.am: look for libvirt_sym.version in builddir
-rw-r--r--ChangeLog4
-rw-r--r--src/Makefile.am4
2 files changed, 6 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index ec882b858..89d717b0e 100644
--- 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
diff --git a/src/Makefile.am b/src/Makefile.am
index a8f440e00..d0f881fc7 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -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