xemu/libcacard
Michael Tokarev 9d171bd937 libcacard: remove libcacard-specific CFLAGS and LIBS from global vars
Currently all what's needed for single file libcacard/vcard_emul_nss.c
(libnss cflags) and hw/usb/ccid-card-emulated.c (libcacard includes)
together with the libs is added to global QEMU_CFLAGS and libs_softmmu.

Use the cflags only where really used (for two mentioned files), and
libs only where needed.

While at it, rename variables to better reflect reality: libcacard_*
is really nss_*.

This needs a bit more tweaking: $(NSS_LIBS) should not contain $glib_libs
(ditto for _cflags).  But in order to fix it, some more preparations
should be made first.  So add a FIXME comment.

Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
2014-05-09 22:59:40 +02:00
..
cac.c libcacard/cac: Remove unused statement (value stored is never read) 2013-12-02 21:07:02 +04:00
cac.h
card_7816.c
card_7816.h
card_7816t.h
event.c
eventt.h
libcacard.pc.in
libcacard.syms
link_test.c
Makefile libcacard: remove libcacard-specific CFLAGS and LIBS from global vars 2014-05-09 22:59:40 +02:00
vcard_emul_nss.c libcacard: replace pstrcpy() with memcpy() 2014-05-07 21:00:43 +04:00
vcard_emul_type.c
vcard_emul_type.h
vcard_emul.h
vcard.c
vcard.h
vcardt_internal.h
vcardt.c
vcardt.h
vevent.h
vreader.c libcacard: remove unnecessary EOL from debug prints 2014-05-07 21:00:44 +04:00
vreader.h
vreadert.h
vscard_common.h
vscclient.c Add a 'name' parameter to qemu_thread_create 2014-03-09 21:09:38 +02:00