Fixed building of dosmod and wineclipsrv.

diff --git a/Makefile.in b/Makefile.in
index cb8ce34..7d4c7d7 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -124,6 +124,11 @@
 
 INCSUBDIRS = include
 
+PROGRAMS = \
+	loader/dos/dosmod \
+	server/wineserver \
+	windows/x11drv/wineclipsrv
+
 # Sub-directories to run make into
 BUILDSUBDIRS = \
 	$(TOOLSUBDIRS) \
@@ -232,7 +237,7 @@
 
 EXTRA_OBJS = $(LIBOBJS) $(X11OBJS)
 
-all: Makefile Make.rules server $(MAIN_TARGET)
+all: Makefile Make.rules $(PROGRAMS) $(MAIN_TARGET)
 	@echo "Wine build complete."
 
 LIBLINTS = $(LIBOBJS:.o=.ln) 
@@ -287,7 +292,7 @@
 	cd $(libdir) && $(RM) $(LIB_TARGET) libwine.a libwine.so wine.sym
 	cd $(bindir) && $(RM) wine wineserver wineclipsrv dosmod
 
-$(X11OBJS) $(EMUOBJS) $(LIBOBJS): $(TOOLSUBDIRS) dummy
+$(X11OBJS) $(EMUOBJS) $(LIBOBJS) $(PROGRAMS): $(TOOLSUBDIRS) dummy
 	@cd `dirname $@` && $(MAKE) `basename $@`
 
 $(BUILDSUBDIRS): dummy