diff options
Diffstat (limited to 'NetWare/Makefile')
-rw-r--r-- | NetWare/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/NetWare/Makefile b/NetWare/Makefile index 10b3d23b82..01daccc44c 100644 --- a/NetWare/Makefile +++ b/NetWare/Makefile @@ -721,6 +721,7 @@ MICROCORE_SRC = \ ..\regexec.c \ ..\run.c \ ..\scope.c \ + ..\sharedsv.c \ ..\sv.c \ ..\taint.c \ ..\toke.c \ @@ -776,6 +777,7 @@ CORE_NOCFG_H = \ ..\proto.h \ ..\regexp.h \ ..\scope.h \ + ..\sharedsv.h \ ..\sv.h \ ..\thread.h \ ..\unixish.h \ @@ -786,8 +788,8 @@ CORE_NOCFG_H = \ ..\EXTERN.h \ ..\perlvars.h \ ..\intrpvar.h \ - ..\thrdvar.h \ - + ..\thrdvar.h + CORE_H = $(CORE_NOCFG_H) .\config.h DLL_OBJ = $(DLL_SRC:.c=.obj) |