Revision 00c705fb configure

b/configure
2927 2927
    fi
2928 2928
  fi
2929 2929
fi
2930
if test "$smartcard_nss" = "yes" ; then
2931
  tools="vscclient\$(EXESUF) $tools"
2932
fi
2930 2933

  
2931 2934
# Mac OS X ships with a broken assembler
2932 2935
roms=
......
3959 3962
DIRS="$DIRS fsdev ui hw hw/usb"
3960 3963
DIRS="$DIRS qapi qapi-generated"
3961 3964
DIRS="$DIRS qga trace qom"
3965
DIRS="$DIRS libcacard libcacard/libcacard libcacard/trace"
3962 3966
FILES="Makefile tests/tcg/Makefile qdict-test-data.txt"
3963 3967
FILES="$FILES tests/tcg/cris/Makefile tests/tcg/cris/.gdbinit"
3964
FILES="$FILES tests/tcg/lm32/Makefile"
3968
FILES="$FILES tests/tcg/lm32/Makefile libcacard/Makefile"
3965 3969
FILES="$FILES pc-bios/optionrom/Makefile pc-bios/keymaps"
3966 3970
FILES="$FILES pc-bios/spapr-rtas/Makefile"
3967 3971
FILES="$FILES roms/seabios/Makefile roms/vgabios/Makefile"
......
4005 4009
  echo "QEMU_CFLAGS+=-DTARGET_PHYS_ADDR_BITS=$hwlib" > $d/config.mak
4006 4010
done
4007 4011

  
4008
if [ "$source_path" != `pwd` ]; then
4009
    # out of tree build
4010
    mkdir -p libcacard
4011
    symlink "$source_path/libcacard/Makefile" libcacard/Makefile
4012
fi
4013

  
4014 4012
d=libuser
4015 4013
mkdir -p $d
4016 4014
mkdir -p $d/trace

Also available in: Unified diff