diff --git a/Makefile.in b/Makefile.in index d08e80d314c..4e5bd31b5a1 100644 --- a/Makefile.in +++ b/Makefile.in @@ -58,7 +58,6 @@ SUBDIRS = \ ole \ programs \ relay32 \ - resources \ scheduler \ server \ tools \ @@ -88,7 +87,6 @@ LIBOBJS = \ msdos/msdos.o \ ole/ole.o \ relay32/relay32.o \ - resources/resources.o \ scheduler/scheduler.o \ win32/win32.o diff --git a/dlls/user/Makefile.in b/dlls/user/Makefile.in index 487763dcd52..89661cc1d1a 100644 --- a/dlls/user/Makefile.in +++ b/dlls/user/Makefile.in @@ -31,10 +31,12 @@ GLUE = thunk.c EXTRA_OBJS = \ $(TOPOBJDIR)/controls/controls.o \ + $(TOPOBJDIR)/resources/resources.o \ $(TOPOBJDIR)/windows/windows.o SUBDIRS = \ $(TOPOBJDIR)/controls \ + $(TOPOBJDIR)/resources \ $(TOPOBJDIR)/windows @MAKE_DLL_RULES@