]> xenbits.xensource.com Git - libvirt.git/commitdiff
fix "make dist" (from scratch) failure
authorJim Meyering <meyering@redhat.com>
Tue, 6 Jan 2009 15:22:57 +0000 (15:22 +0000)
committerJim Meyering <meyering@redhat.com>
Tue, 6 Jan 2009 15:22:57 +0000 (15:22 +0000)
* src/Makefile.am (EXTRA_DIST): Don't distribute libvirt_sym.version,
now that it's been removed.  Spotted by Daniel Veillard.

ChangeLog
src/Makefile.am

index 2ea5ba7fc6fff810f219976f0dfbf3a29fdfc8a3..aad6d3454197ce0ae6af14be6347df2e844190c7 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,8 @@
-Tue Jan  6 12:09:47 CET 2009 Jim Meyering <meyering@redhat.com>
+Tue Jan  6 16:21:24 CET 2009 Jim Meyering <meyering@redhat.com>
+
+       fix "make dist" (from scratch) failure
+       * src/Makefile.am (EXTRA_DIST): Don't distribute libvirt_sym.version,
+       now that it's been removed.  Spotted by Daniel Veillard.
 
        dist: distribute all libvirt_*.syms files, ...
        * src/Makefile.am (EXTRA_DIST): Distribute all libvirt_*.syms files,
index b3020cc502dd714c09effd0c0d364d55193c79ce..dd7dea8f34b7465465266a652ce5c7f9d410e14a 100644 (file)
@@ -28,7 +28,7 @@ ICON_FILES = \
        libvirt_win_icon_64x64.ico \
        virsh_win_icon.rc
 
-EXTRA_DIST = libvirt_sym.version $(conf_DATA) $(ICON_FILES)
+EXTRA_DIST = $(conf_DATA) $(ICON_FILES)
 
 
 lib_LTLIBRARIES = libvirt.la