Commit e9b9e287 authored by Guenter Knauf's avatar Guenter Knauf
Browse files

Fix NetWare build for vtls files.

parent 030303fa
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -315,10 +315,12 @@ endif
# Makefile.inc provides the CSOURCES and HHEADERS defines
include Makefile.inc

OBJS	:= $(patsubst %.c,$(OBJDIR)/%.o,$(strip $(CSOURCES))) $(OBJDIR)/nwos.o
OBJS	:= $(patsubst %.c,$(OBJDIR)/%.o,$(strip $(notdir $(CSOURCES)))) $(OBJDIR)/nwos.o

OBJL	= $(OBJS) $(OBJDIR)/nwlib.o $(LDLIBS)

vpath %.c . vtls

all: lib nlm

nlm: prebuild $(TARGET).nlm