summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorMark McLoughlin <markmc@redhat.com>2009-10-23 17:52:16 +0100
committerAnthony Liguori <aliguori@us.ibm.com>2009-10-30 08:39:26 -0500
commite1144d006ddd41f4e500b415f4b114af019a716b (patch)
treea7b12846cdbe00495c9c543414764e8861971ac9 /configure
parentf7cbc08ff0d712b0febcf84ce8458c3ae30db4fa (diff)
downloadqemu-e1144d006ddd41f4e500b415f4b114af019a716b.tar.gz
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-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 43d87c5276..6b4faf6e76 100755
--- a/configure
+++ b/configure
@@ -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"