Link USER resources into libuser.so.

diff --git a/Makefile.in b/Makefile.in
index d08e80d..4e5bd31 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -58,7 +58,6 @@
 	ole \
 	programs \
 	relay32 \
-	resources \
 	scheduler \
 	server \
 	tools \
@@ -88,7 +87,6 @@
 	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 487763d..89661cc 100644
--- a/dlls/user/Makefile.in
+++ b/dlls/user/Makefile.in
@@ -31,10 +31,12 @@
 
 EXTRA_OBJS = \
 	$(TOPOBJDIR)/controls/controls.o \
+	$(TOPOBJDIR)/resources/resources.o \
 	$(TOPOBJDIR)/windows/windows.o
 
 SUBDIRS = \
 	$(TOPOBJDIR)/controls \
+	$(TOPOBJDIR)/resources \
 	$(TOPOBJDIR)/windows
 
 @MAKE_DLL_RULES@