--- trunk/reactos/lib/setupapi/Makefile.in 2005-03-20 21:35:12 UTC (rev 14237)
+++ trunk/reactos/lib/setupapi/Makefile.in 2005-03-20 21:40:00 UTC (rev 14238)
@@ -9,6 +9,7 @@
EXTRALIBS = $(LIBUNICODE)
C_SRCS = \
+ pnp_c.c \
cfgmgr.c \
devinst.c \
dirid.c \
@@ -19,8 +20,7 @@
queue.c \
setupcab.c \
stubs.c \
- rpc.c \
- pnp_c.c
+ rpc.c
C_SRCS16 = \
devinst16.c \
--- trunk/reactos/services/umpnpmgr/makefile 2005-03-20 21:35:12 UTC (rev 14237)
+++ trunk/reactos/services/umpnpmgr/makefile 2005-03-20 21:40:00 UTC (rev 14238)
@@ -12,7 +12,7 @@
TARGET_SDKLIBS = ntdll.a kernel32.a advapi32.a rpcrt4.a
-TARGET_OBJECTS = umpnpmgr.o pnp_s.o
+TARGET_OBJECTS = pnp_s.o umpnpmgr.o
TARGET_CFLAGS = -Wall -Werror -D__USE_W32API -DUNICODE -D_UNICODE