makefile: remove *.dll.a files too
This commit is contained in:
parent
c0949eb003
commit
b870e83db3
1 changed files with 3 additions and 0 deletions
|
@ -42,3 +42,6 @@ install-exec-hook:
|
|||
rm -f ${DESTDIR}${moduledir}/*.la
|
||||
rm -f ${DESTDIR}${moduledir}/autoload/*.la
|
||||
rm -f ${DESTDIR}${moduledir}/extensions/*.la
|
||||
rm -f ${DESTDIR}${moduledir}/*.dll.a
|
||||
rm -f ${DESTDIR}${moduledir}/autoload/*.dll.a
|
||||
rm -f ${DESTDIR}${moduledir}/extensions/*.dll.a
|
||||
|
|
Loading…
Reference in a new issue