diff options
author | Mark McLoughlin | 2009-10-23 18:52:16 +0200 |
---|---|---|
committer | Anthony Liguori | 2009-10-30 14:39:26 +0100 |
commit | e1144d006ddd41f4e500b415f4b114af019a716b (patch) | |
tree | a7b12846cdbe00495c9c543414764e8861971ac9 /configure | |
parent | Revert "char: emit the OPENED event only when a new char connection is opened" (diff) | |
download | qemu-e1144d006ddd41f4e500b415f4b114af019a716b.tar.gz qemu-e1144d006ddd41f4e500b415f4b114af019a716b.tar.xz qemu-e1144d006ddd41f4e500b415f4b114af019a716b.zip |
net: move net-queue.[ch] under net/
[v2: handle building in a separate dir]
Signed-off-by: Mark McLoughlin <markmc@redhat.com>
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
@@ -2529,7 +2529,7 @@ done # for target in $targets # build tree in object directory if source path is different from current one if test "$source_path_used" = "yes" ; then - DIRS="tests tests/cris slirp audio block pc-bios/optionrom" + DIRS="tests tests/cris slirp audio block net pc-bios/optionrom" DIRS="$DIRS roms/pcbios roms/seabios roms/vgabios" FILES="Makefile tests/Makefile" FILES="$FILES tests/cris/Makefile tests/cris/.gdbinit" |