mirror of
https://github.com/Motorhead1991/qemu.git
synced 2026-01-07 15:07:42 -07:00
Merge remote-tracking branch 'alon/pull-libcacard.data' into staging
This commit is contained in:
commit
e06516f565
1 changed files with 2 additions and 3 deletions
|
|
@ -55,9 +55,8 @@ install-libcacard: libcacard.pc libcacard.la vscclient
|
|||
$(INSTALL_DIR) "$(DESTDIR)$(bindir)"
|
||||
libtool --mode=install $(INSTALL_PROG) vscclient "$(DESTDIR)$(bindir)"
|
||||
libtool --mode=install $(INSTALL_PROG) libcacard.la "$(DESTDIR)$(libdir)"
|
||||
libtool --mode=install $(INSTALL_PROG) libcacard.pc "$(DESTDIR)$(libdir)/pkgconfig"
|
||||
libtool --mode=install $(INSTALL_DATA) libcacard.pc "$(DESTDIR)$(libdir)/pkgconfig"
|
||||
for inc in *.h; do \
|
||||
libtool --mode=install $(INSTALL_PROG) $(libcacard_srcpath)/$$inc "$(DESTDIR)$(libcacard_includedir)"; \
|
||||
libtool --mode=install $(INSTALL_DATA) $(libcacard_srcpath)/$$inc "$(DESTDIR)$(libcacard_includedir)"; \
|
||||
done
|
||||
|
||||
endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue