Re-use the loader directory for the main wine loader, and get rid of
the miscemu directory.

diff --git a/Makefile.in b/Makefile.in
index 23820d8..7a5bd02 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -32,7 +32,7 @@
 	documentation \
 	include \
 	libs \
-	miscemu \
+	loader \
 	programs \
 	server \
 	tools
@@ -40,7 +40,7 @@
 # Sub-directories to install for install-lib
 INSTALLLIBSUBDIRS = \
 	documentation \
-	miscemu \
+	loader \
 	programs \
 	server
 
@@ -105,13 +105,13 @@
 
 all: $(SUBDIRS)
 dlls: libs tools
-miscemu server: libs tools
+loader server: libs tools
 programs: dlls libs tools
 tools: libs
 
 dlls/__install-lib__ dlls/__install-dev__: libs tools
 libs/__install-lib__ libs/__install-dev__: libs
-miscemu/__install__ server/__install__: libs tools
+loader/__install__ server/__install__: libs tools
 programs/__install__: libs tools dlls/__install-lib__
 tools/__install__: tools