"make distclean" remove more generated files.
This commit is contained in:
parent
39a1e1fd11
commit
49ca2acf91
1 changed files with 9 additions and 1 deletions
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…
Add table
Add a link
Reference in a new issue