branch update for HEAD-2003021201
[reactos.git] / subsys / system / usetup / makefile
index 06f4540..78491d0 100644 (file)
@@ -12,7 +12,8 @@ TARGET_INSTALLDIR = system32
 
 TARGET_CFLAGS = -D__NTAPP__
 
-TARGET_OBJECTS = $(TARGET_NAME).o console.o drivesup.o partlist.o
+TARGET_OBJECTS = $(TARGET_NAME).o bootsup.o console.o drivesup.o filequeue.o \
+                 filesup.o inicache.o partlist.o progress.o
 
 include $(PATH_TO_TOP)/rules.mak