]> git.sur5r.net Git - openldap/blobdiff - libraries/liblmdb/Makefile
ITS#8324 More for Win32 NTDLL junk
[openldap] / libraries / liblmdb / Makefile
index 340299a9c8edf2c7079c5424d7c5701fa8dd85fb..942d0dbe4c81d7796bb149bf0d90da2a0cd9ca6e 100644 (file)
@@ -24,8 +24,8 @@ W     = -W -Wall -Wno-unused-parameter -Wbad-function-cast -Wuninitialized
 THREADS = -pthread
 OPT = -O2 -g
 CFLAGS = $(THREADS) $(OPT) $(W) $(XCFLAGS)
-LDLIBS = # -lntdll # Windows needs ntdll
-SOLIBS = # -lntdll
+LDLIBS = 
+SOLIBS = 
 SOEXT  = .so
 prefix = /usr/local
 exec_prefix = $(prefix)