aboutsummaryrefslogtreecommitdiffstats
path: root/GNUmakefile
diff options
context:
space:
mode:
authorkraxel <kraxel>2008-09-30 12:14:49 +0000
committerkraxel <kraxel>2008-09-30 12:14:49 +0000
commiteb91e8c3ca50b3124b40e37a5c5836734eb36000 (patch)
tree5feaecb9453ce70ed9aff3069d98602349cbacfe /GNUmakefile
parentdefe66190b7e8b1c877b44d6cbb8a20b8eb13f24 (diff)
downloadqemu-gtk-eb91e8c3ca50b3124b40e37a5c5836734eb36000.tar.gz
- media change support.
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/GNUmakefile b/GNUmakefile
index 87aec2f..c79fb2f 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -57,7 +57,7 @@ realclean distclean: clean
#############################################
-qemu-gtk: qemu-gtk.o monitor.o tcp.o
+qemu-gtk: qemu-gtk.o monitor.o devices.o tcp.o
include mk/Compile.mk
include mk/Maintainer.mk