Skip to content

Commit

Permalink
drop .la and pkconfig files for mac and windows builds
Browse files Browse the repository at this point in the history
  • Loading branch information
klali committed Oct 4, 2016
1 parent fde3ea8 commit 7622fee
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ykpers4mac.mk
Expand Up @@ -93,6 +93,8 @@ ykpers4mac:
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/yubikey-personalization.txt && \
cd .. && \
cd root && \
Expand Down
2 changes: 2 additions & 0 deletions ykpers4win.mk
Expand Up @@ -68,6 +68,8 @@ ykpers4win:
cd ykpers-$(VERSION)/ && \
PKG_CONFIG_PATH=$(PWD)/tmp/root/lib/pkgconfig lt_cv_deplibs_check_method=pass_all ./configure --host=$(HOST) --build=x86_64-unknown-linux-gnu --prefix=$(PWD)/tmp/root LDFLAGS=-L$(PWD)/tmp/root/lib CPPFLAGS=-I$(PWD)/tmp/root/include && \
make install $(CHECK) && \
rm $(PWD)/tmp/root/lib/*.la && \
rm -rf $(PWD)/tmp/root/lib/pkgconfig && \
cp COPYING $(PWD)/tmp/root/licenses/yubikey-personalization.txt && \
cd .. && \
cd root && \
Expand Down

0 comments on commit 7622fee

Please sign in to comment.