diff options
author | Corentin Chary | 2010-07-07 20:57:52 +0200 |
---|---|---|
committer | Anthony Liguori | 2010-07-27 00:35:54 +0200 |
commit | 3e230dd23b750f19a2fb95cf08250c74432ed164 (patch) | |
tree | 9397dccd2f430da4f644fbf83ea11e92ea046641 /configure | |
parent | vnc: add lossy option (diff) | |
download | qemu-3e230dd23b750f19a2fb95cf08250c74432ed164.tar.gz qemu-3e230dd23b750f19a2fb95cf08250c74432ed164.tar.xz qemu-3e230dd23b750f19a2fb95cf08250c74432ed164.zip |
ui: move all ui components in ui/
Move sdl, vnc, curses and cocoa UI into ui/ to cleanup
the root directory. Also remove some unnecessary explicit
targets from Makefile.
aliguori: fix build when srcdir != objdir
Signed-off-by: Corentin Chary <corentincj@iksaif.net>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2864,7 +2864,7 @@ done # for target in $targets if test "$source_path_used" = "yes" ; then DIRS="tests tests/cris slirp audio block net pc-bios/optionrom" DIRS="$DIRS roms/seabios roms/vgabios" - DIRS="$DIRS fsdev" + DIRS="$DIRS fsdev ui" FILES="Makefile tests/Makefile" FILES="$FILES tests/cris/Makefile tests/cris/.gdbinit" FILES="$FILES tests/test-mmap.c" |