diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/Makefile.netware | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile.netware b/src/Makefile.netware index a79500e3b..5a84ff40d 100644 --- a/src/Makefile.netware +++ b/src/Makefile.netware @@ -145,6 +145,7 @@ DL = ' #-include $(NDKBASE)/nlmconv/ncpfs.inc endif +# Makefile.inc provides the CSOURCES and HHEADERS defines include Makefile.inc OBJS := $(patsubst %.c,$(OBJDIR)/%.o,$(strip $(CURL_SOURCES))) |