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:
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user