Split out hintsdb backend shims to separate files
[exim.git] / src / OS / Makefile-Base
index b3bb87c226eb8542fed52b6120ee180dda342220..a6354a4c934d84837b02de7c5dd10dbcab0b4405 100644 (file)
@@ -5,7 +5,7 @@
 # optional, Local/* files at the front of this file, to create Makefile in the
 # build directory.
 #
-# Copyright (c) The Exim Maintainers 1995 - 2023
+# Copyright (c) The Exim Maintainers 1995 - 2024
 # SPDX-License-Identifier: GPL-2.0-or-later
 
 SHELL      = $(MAKE_SHELL)
@@ -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 \