]> git.saurik.com Git - redis.git/blobdiff - src/Makefile
Add openldap submodule with a symlink for liblmdb.
[redis.git] / src / Makefile
index 204a27148437fd936444c3a09a72d1bce6e4af01..4049442b38a94594de4039fc2d863fd4424baac2 100644 (file)
@@ -15,7 +15,7 @@
 release_hdr := $(shell sh -c './mkreleasehdr.sh')
 uname_S := $(shell sh -c 'uname -s 2>/dev/null || echo not')
 OPTIMIZATION?=-O2
-DEPENDENCY_TARGETS=hiredis linenoise lua
+DEPENDENCY_TARGETS=hiredis liblmdb linenoise lua
 
 # Default settings
 STD= -std=c99 -pedantic