mirror of https://gitee.com/openkylin/libvirt.git
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.
This commit is contained in:
parent
950c8b3916
commit
2ad1ca3f6c
|
@ -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,
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue