sqlite: Fix Windows build

This commit is contained in:
Nicolas Williams
2026-01-22 11:38:51 -06:00
parent bab1bca910
commit 55287b56bc
3 changed files with 4 additions and 2 deletions

View File

@@ -122,6 +122,7 @@ CLEANFILES = \
send_to_kdc_plugin.h \
sl.h \
sqlite3.h \
sqlite3_namespace.h \
sqlite3ext.h \
test-mem.h \
vers.h \

View File

@@ -11,7 +11,7 @@ WFLAGS =
lib_LTLIBRARIES = libheimsqlite.la
noinst_HEADERS = sqlite3.h sqlite3ext.h
noinst_HEADERS = sqlite3.h sqlite3ext.h sqlite3_namespace.h
libheimsqlite_la_SOURCES = sqlite3.c

View File

@@ -35,7 +35,8 @@ RELDIR=lib\sqlite
INCFILES= \
$(INCDIR)\sqlite3.h \
$(INCDIR)\sqlite3ext.h
$(INCDIR)\sqlite3ext.h \
$(INCDIR)\sqlite3_namespace.h
# pmode 0600 = _S_IREAD | _S_IWRITE
cdefines = $(cdefines) \