"make distclean" remove more generated files.
This commit is contained in:
parent
39a1e1fd11
commit
49ca2acf91
10
Makefile.am
10
Makefile.am
@ -15,4 +15,12 @@ html-am : Doxyfile
|
|||||||
|
|
||||||
.PHONY: html
|
.PHONY: html
|
||||||
endif
|
endif
|
||||||
DISTCLEANFILES = Makefile.in
|
DISTCLEANFILES = \
|
||||||
|
Makefile.in \
|
||||||
|
configure \
|
||||||
|
depcomp \
|
||||||
|
config.guess \
|
||||||
|
config.sub \
|
||||||
|
ltmain.sh \
|
||||||
|
config.h.in \
|
||||||
|
aclocal.m4
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user