Remove *.la from install/lib
Co-authored-by: Unit 193 <unit193@unit193.net>
This commit is contained in:
parent
f7d1cc997e
commit
8e7cc44919
1 changed files with 2 additions and 0 deletions
|
@ -39,9 +39,11 @@ install-data-hook:
|
||||||
test -d ${DESTDIR}${logdir} || mkdir -p ${DESTDIR}${logdir}
|
test -d ${DESTDIR}${logdir} || mkdir -p ${DESTDIR}${logdir}
|
||||||
|
|
||||||
install-exec-hook:
|
install-exec-hook:
|
||||||
|
rm -f ${DESTDIR}${libdir}/*.la
|
||||||
rm -f ${DESTDIR}${moduledir}/*.la
|
rm -f ${DESTDIR}${moduledir}/*.la
|
||||||
rm -f ${DESTDIR}${moduledir}/autoload/*.la
|
rm -f ${DESTDIR}${moduledir}/autoload/*.la
|
||||||
rm -f ${DESTDIR}${moduledir}/extensions/*.la
|
rm -f ${DESTDIR}${moduledir}/extensions/*.la
|
||||||
|
rm -f ${DESTDIR}${libdir}/*.dll.a
|
||||||
rm -f ${DESTDIR}${moduledir}/*.dll.a
|
rm -f ${DESTDIR}${moduledir}/*.dll.a
|
||||||
rm -f ${DESTDIR}${moduledir}/autoload/*.dll.a
|
rm -f ${DESTDIR}${moduledir}/autoload/*.dll.a
|
||||||
rm -f ${DESTDIR}${moduledir}/extensions/*.dll.a
|
rm -f ${DESTDIR}${moduledir}/extensions/*.dll.a
|
||||||
|
|
Loading…
Reference in a new issue