drop la files and pkgconfig files for mac and windows builds

since the location in these wont make sense anyways
This commit is contained in:
Klas Lindfors
2016-10-04 10:01:15 +02:00
parent ae63ca7ce8
commit 091e657a78
2 changed files with 3 additions and 0 deletions
+2
View File
@@ -76,6 +76,8 @@ doit:
echo "something is incorrectly linked!"; \
exit 1; \
fi && \
rm $(PWD)/tmp/root/lib/*.la && \
rm -rf $(PWD)/tmp/root/lib/pkgconfig && \
cp COPYING $(PWD)/tmp/root/licenses/$(PACKAGE).txt && \
cd .. && \
cd root && \