mirror of
https://git.sr.ht/~cismonx/bookmarkfs
synced 2025-07-02 23:38:51 +00:00
build: fix builds with existing utility library
Regression in commit 81db7a786c
.
This commit is contained in:
parent
1e5149cdc0
commit
14b5a79147
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ UTIL_LIBS_ =
|
|||
if BOOKMARKFS_UTIL
|
||||
UTIL_LIBS_ += libbookmarkfs_util.la
|
||||
else
|
||||
UTIL_LIBS_ += $(BOOKMARKFS_LIBS)
|
||||
UTIL_LIBS_ += $(BOOKMARKFS_UTIL_LIBS)
|
||||
endif # BOOKMARKFS_UTIL
|
||||
|
||||
BACKEND_SOURCES_ = backend_util.c lib.c xstd.c
|
||||
|
|
Loading…
Add table
Reference in a new issue