mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-03 11:35:19 +00:00
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
Block a user