diff options
author | Florian Dold <florian.dold@gmail.com> | 2020-01-15 11:45:53 +0100 |
---|---|---|
committer | Florian Dold <florian.dold@gmail.com> | 2020-01-15 11:46:05 +0100 |
commit | 4c488a1d0ee668486d03fb5ad64924411c81b9a1 (patch) | |
tree | e8c5538978abac133cc81f57b53ee80d8021d83f /src/util/Makefile.am | |
parent | 3fa213e41e82a93f8f5c5cd59b599ff78d0acc3a (diff) |
buffer lib has moved to GNUnet
Diffstat (limited to 'src/util/Makefile.am')
-rw-r--r-- | src/util/Makefile.am | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/util/Makefile.am b/src/util/Makefile.am index 3e76a6ba5..35abe4a1b 100644 --- a/src/util/Makefile.am +++ b/src/util/Makefile.am @@ -42,7 +42,6 @@ libtalerutil_wallet_la_LDFLAGS = \ libtalerutil_la_SOURCES = \ amount.c \ - buffer.c \ crypto.c \ crypto_wire.c \ util.c \ |