1
0
forked from vitrine/wmaker

Add string.rs to Makefile.am for wutil-rs.

Without this, `make` won't automatically rebuild wutil-rs when string.rs
changes.
This commit is contained in:
2025-10-28 21:16:18 -04:00
parent d2046de7ff
commit 927cc93e0a

View File

@@ -9,7 +9,8 @@ RUST_SOURCES = \
src/hash_table.rs \
src/lib.rs \
src/memory.rs \
src/prop_list.rs
src/prop_list.rs \
src/string.rs
RUST_EXTRA = \
Cargo.lock \