Commit b2e241ff authored by tomas@mc05.(none)'s avatar tomas@mc05.(none)

Makefile:

  forgot to fix makefile to remove e.g. NDB_STRLCAT
parent 771fe2e0
......@@ -18,15 +18,7 @@ endif
ifeq ($(NDB_OS), OSE)
SOURCES += NdbErrHnd.cpp
endif
ifdef NDB_STRDUP
SOURCES.c += strdup.c
endif
ifdef NDB_STRLCAT
SOURCES.c += strlcat.c
endif
ifdef NDB_STRLCPY
SOURCES.c += strlcpy.c
endif
SOURCES.c += strdup.c strlcat.c strlcpy.c
DIRS := testSimpleProperties
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment