mirror of https://gitee.com/openkylin/libvirt.git
make distclean: remove generated source files
* src/Makefile.am (DISTCLEANFILES): Define to $(BUILT_SOURCES) so "make distcheck" passes.
This commit is contained in:
parent
adc1d93f97
commit
6d72e14178
|
@ -1,3 +1,9 @@
|
|||
Tue Aug 5 10:43:42 CEST 2008 Jim Meyering <meyering@redhat.com>
|
||||
|
||||
make distclean: remove generated source files
|
||||
* src/Makefile.am (DISTCLEANFILES): Define to $(BUILT_SOURCES)
|
||||
so "make distcheck" passes.
|
||||
|
||||
Mon Aug 4 15:30:02 JST 2008 Atsushi SAKAI <sakaia@jp.fujitsu.com>
|
||||
|
||||
* src/xend_internal.c: Replace TAB to space.
|
||||
|
|
|
@ -189,3 +189,4 @@ install-exec-local:
|
|||
$(MKDIR_P) $(DESTDIR)$(localstatedir)/cache/libvirt
|
||||
|
||||
CLEANFILES = *.gcov .libs/*.gcda .libs/*.gcno *.gcno *.gcda
|
||||
DISTCLEANFILES = $(BUILT_SOURCES)
|
||||
|
|
Loading…
Reference in New Issue