diff options
author | Todd Lyons <tlyons@exim.org> | 2013-10-01 09:24:19 -0700 |
---|---|---|
committer | Todd Lyons <tlyons@exim.org> | 2013-10-01 09:32:24 -0700 |
commit | 9bdd29ad5c5d394229753b114f6f288893f616f4 (patch) | |
tree | d830c7b8003a53597daa060625aa0ed260b9c556 /src/scripts/MakeLinks | |
parent | 9cb1785a68901ce990c7581bd465d0931edf166e (diff) |
Bugzilla 1217: Experimental Redis lookup
Add want_experimental() test in the script to create the lookups
Makefile to ease detection of requested Experimental features, and
simplify the #ifdef guards in the redis.c.
Diffstat (limited to 'src/scripts/MakeLinks')
-rwxr-xr-x | src/scripts/MakeLinks | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/scripts/MakeLinks b/src/scripts/MakeLinks index a9abdab25..2eb8a967e 100755 --- a/src/scripts/MakeLinks +++ b/src/scripts/MakeLinks @@ -38,6 +38,7 @@ ln -s ../../src/lookups/ldap.h ldap.h ln -s ../../src/lookups/ldap.c ldap.c ln -s ../../src/lookups/lsearch.c lsearch.c ln -s ../../src/lookups/mysql.c mysql.c +ln -s ../../src/lookups/redis.c redis.c ln -s ../../src/lookups/nis.c nis.c ln -s ../../src/lookups/nisplus.c nisplus.c ln -s ../../src/lookups/oracle.c oracle.c |