From d327fcbdb3fde537d54c01731ae862bc3d42282d Mon Sep 17 00:00:00 2001 From: Alexandre Julliard Date: Sat, 29 Jan 2000 20:02:49 +0000 Subject: [PATCH] Fixed building of dosmod and wineclipsrv. --- Makefile.in | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/Makefile.in b/Makefile.in index cb8ce344760..7d4c7d790d8 100644 --- a/Makefile.in +++ b/Makefile.in @@ -124,6 +124,11 @@ DOCSUBDIRS = documentation INCSUBDIRS = include +PROGRAMS = \ + loader/dos/dosmod \ + server/wineserver \ + windows/x11drv/wineclipsrv + # Sub-directories to run make into BUILDSUBDIRS = \ $(TOOLSUBDIRS) \ @@ -232,7 +237,7 @@ EMUOBJS = \ 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 @@ uninstall:: 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 -- 2.11.4.GIT