sqlite: Fix Windows build
This commit is contained in:
@@ -122,6 +122,7 @@ CLEANFILES = \
|
||||
send_to_kdc_plugin.h \
|
||||
sl.h \
|
||||
sqlite3.h \
|
||||
sqlite3_namespace.h \
|
||||
sqlite3ext.h \
|
||||
test-mem.h \
|
||||
vers.h \
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -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) \
|
||||
|
||||
Reference in New Issue
Block a user