]> xenbits.xensource.com Git - libvirt.git/commitdiff
Revert "build: fix cygwin build"
authorEric Blake <eblake@redhat.com>
Fri, 14 May 2010 23:46:47 +0000 (17:46 -0600)
committerEric Blake <eblake@redhat.com>
Fri, 14 May 2010 23:46:47 +0000 (17:46 -0600)
This reverts commit 2d550542ee729c1d9a4d92de344892650817b213.

The patch worked for incremental builds, but broke fresh
builds, because it interfered with automake's automatic
dependency generation.  Until I figure out how to make
automake do what we want, I'd rather leave cygwin broken
but fresh Linux builds working.

src/Makefile.am

index 72f23a7a75427731d714ac752524877e30fb89b8..15bc8fcb2be0ab2d65a0b460b71544f6c932c9d6 100644 (file)
@@ -977,7 +977,7 @@ libvirt_la_LIBADD += $(LIBXML_LIBS) \
                    $(DRIVER_MODULE_LIBS) \
                    $(CYGWIN_EXTRA_LIBADD) ../gnulib/lib/libgnu.la
 libvirt_la_CFLAGS = $(COVERAGE_CFLAGS) -DIN_LIBVIRT
-libvirt_la_DEPENDENCIES = ../gnulib/lib/libgnu.la $(LIBVIRT_SYMBOL_FILE)
+libvirt_la_DEPENDENCIES = $(libvirt_la_LIBADD) $(LIBVIRT_SYMBOL_FILE)
 
 # Create an automake "convenience library" version of libvirt_la,
 # just for testing, since the test harness requires access to internal