webui: rename auth_store → webui_store
The plugin's SQLite store will own more than accounts (taxonomy, RSS), so give it a general name. Mechanical rename of files + symbols; default DB filename is now webui.db. No behavior change. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
parent
ab51774554
commit
1b79fe8079
5 changed files with 85 additions and 84 deletions
|
|
@ -224,7 +224,7 @@ set_target_properties(naut_example PROPERTIES PREFIX "")
|
|||
find_package(PkgConfig REQUIRED)
|
||||
pkg_check_modules(SQLITE3 REQUIRED IMPORTED_TARGET sqlite3)
|
||||
|
||||
add_library(naut_webui MODULE plugins/webui/webui.c plugins/webui/auth_store.c)
|
||||
add_library(naut_webui MODULE plugins/webui/webui.c plugins/webui/webui_store.c)
|
||||
target_include_directories(naut_webui PRIVATE ${CMAKE_SOURCE_DIR}/include)
|
||||
target_link_libraries(naut_webui PRIVATE ${NAUT_JANSSON_TARGET} naut_net
|
||||
PkgConfig::SQLITE3 OpenSSL::Crypto pthread)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue