Revision c9159fe9 configure

b/configure
3914 3914
if test "$target_softmmu" = "yes" ; then
3915 3915
  echo "CONFIG_SOFTMMU=y" >> $config_target_mak
3916 3916
  echo "LIBS+=$libs_softmmu $target_libs_softmmu" >> $config_target_mak
3917
  echo "HWDIR=../libhw" >> $config_target_mak
3918
  echo "subdir-$target: subdir-libhw" >> $config_host_mak
3919 3917
  if test "$smartcard_nss" = "yes" ; then
3920 3918
    echo "subdir-$target: subdir-libcacard" >> $config_host_mak
3921 3919
  fi
......
4157 4155
    echo "LD=$ld" >> $config_mak
4158 4156
done
4159 4157

  
4160
d=libhw
4161
symlink "$source_path/Makefile.hw" "$d/Makefile"
4162

  
4163 4158
d=libuser
4164 4159
symlink "$source_path/Makefile.user" "$d/Makefile"
4165 4160

  

Also available in: Unified diff