X-Git-Url: https://git.exim.org/exim.git/blobdiff_plain/c1ac69960f6c08393233fe99fe44a1c99373e6df..13b685f963e9313409f8350f718bac411829a5e7:/src/src/lookups/Makefile diff --git a/src/src/lookups/Makefile b/src/src/lookups/Makefile index da3260a98..709ab143a 100644 --- a/src/src/lookups/Makefile +++ b/src/src/lookups/Makefile @@ -1,4 +1,4 @@ -# $Cambridge: exim/src/src/lookups/Makefile,v 1.2 2005/05/17 09:53:35 ph10 Exp $ +# $Cambridge: exim/src/src/lookups/Makefile,v 1.4 2005/08/01 13:20:28 ph10 Exp $ # Make file for building a library containing all the available lookups and # calling it lookups.a. This is called from the main make file, after cd'ing @@ -6,8 +6,8 @@ # defined, dummy modules get compiled. OBJ = cdb.o dbmdb.o dnsdb.o dsearch.o ibase.o ldap.o lsearch.o mysql.o nis.o \ - nisplus.o oracle.o passwd.o pgsql.o testdb.o whoson.o lf_check_file.o \ - lf_quote.o + nisplus.o oracle.o passwd.o pgsql.o spf.o sqlite.o testdb.o whoson.o \ + lf_check_file.o lf_quote.o lookups.a: $(OBJ) @/bin/rm -f lookups.a @@ -36,6 +36,8 @@ nisplus.o: $(HDRS) nisplus.c nisplus.h oracle.o: $(HDRS) oracle.c oracle.h passwd.o: $(HDRS) passwd.c passwd.h pgsql.o: $(HDRS) pgsql.c pgsql.h +spf.o: $(HDRS) spf.c spf.h +sqlite.o: $(HDRS) sqlite.c sqlite.h testdb.o: $(HDRS) testdb.c testdb.h whoson.o: $(HDRS) whoson.c whoson.h