windows-vlserver-headers-20080528
[openafs.git] / src / vlserver / NTMakefile
index 7de1cef..6337b2c 100644 (file)
@@ -21,6 +21,13 @@ INCFILES = \
        $(INCFILEDIR)\vlserver.h \
        $(INCFILEDIR)\vldbint.h
 
+
+$(INCFILEDIR)\afs\vlserver.h: vlserver.h
+       $(COPY) vlserver.h $(INCFILEDIR)\vlserver.h
+        
+$(INCFILEDIR)\afs\vl_opcodes.h: vl_opcodes.h
+       $(COPY) vl_opcodes.h $(INCFILEDIR)\vl_opcodes.h
+        
 ############################################################################
 # build afsvldb.lib
 
@@ -85,7 +92,8 @@ VLSERVER_EXECLIBS = \
        $(DESTDIR)\lib\afs\afseventlog.lib \
        $(DESTDIR)\lib\afs\afsreg.lib \
        $(DESTDIR)\lib\afs\afsprocmgmt.lib \
-       $(DESTDIR)\lib\cm_dns.obj
+       $(DESTDIR)\lib\cm_dns.obj \
+        $(DESTDIR)\lib\cm_nls.obj
 
 $(VLSERVER): $(VLSERVER_EXEOBJS) $(LIBFILE) $(VLSERVER_EXECLIBS)
        $(EXECONLINK) dnsapi.lib mpr.lib iphlpapi.lib shell32.lib
@@ -114,6 +122,8 @@ vldbint.xdr.c: vldbint.xg vldbint.h
 
 vldbint.h: vldbint.xg
        $(RXGEN) -u -x -h -o $@ vldbint.xg
+
+$(INCFILEDIR)\vldbint.h: vldbint.h
        $(COPY) vldbint.h $(INCFILEDIR)\vldbint.h
 
 ############################################################################