X-Git-Url: https://git.exim.org/exim.git/blobdiff_plain/1145b1aea70658de9f7f85b03772bc06408c027a..f62743e7d634a3e4260190158a8d11558d3ed842:/src/OS/Makefile-Base diff --git a/src/OS/Makefile-Base b/src/OS/Makefile-Base index afa2a7a23..a6354a4c9 100644 --- a/src/OS/Makefile-Base +++ b/src/OS/Makefile-Base @@ -695,6 +695,11 @@ HDRS = blob.h \ hash.h \ hintsdb.h \ hintsdb_structs.h \ + hintsdb/hints_bdb.h \ + hintsdb/hints_gdbm.h \ + hintsdb/hints_ndbm.h \ + hintsdb/hints_sqlite.h \ + hintsdb/hints_tdb.h \ local_scan.h \ macros.h \ mytypes.h \ @@ -709,6 +714,11 @@ PHDRS = ../config.h \ ../globals.h \ ../hintsdb.h \ ../hintsdb_structs.h \ + ../hintsdb/hints_bdb.h \ + ../hintsdb/hints_gdbm.h \ + ../hintsdb/hints_ndbm.h \ + ../hintsdb/hints_sqlite.h \ + ../hintsdb/hints_tdb.h \ ../local_scan.h \ ../macros.h \ ../mytypes.h \