allow files to be picked up in amalgamation

This commit is contained in:
Stephen Lombardo 2019-06-13 16:49:09 -04:00
parent 0295b255a5
commit d9ade80e4f
2 changed files with 2 additions and 2 deletions

View File

@ -1152,7 +1152,7 @@ end_of_export:
#endif
#ifdef SQLCIPHER_FUNCS
#include "sqlcipher-func.c"
#include "sqlcipher_funcs_impl.h"
#endif
/* END SQLCIPHER */

View File

@ -1804,7 +1804,7 @@ void sqlite3RegisterPerConnectionBuiltinFunctions(sqlite3 *db){
}
#endif
#ifdef SQLCIPHER_FUNCS
#include "sqlcipher-func.h"
#include "sqlcipher_funcs_init.h"
#endif
#endif
/* END SQLCIPHER */