diff options
author | Rob Austein <sra@hactrn.net> | 2017-04-15 16:34:39 -0400 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2017-04-15 16:34:39 -0400 |
commit | 7c8dd2672337a760477049e9f6196054332e4f5a (patch) | |
tree | 3b69ce8f20edda65127d4465fa36f9697be4556b /Makefile | |
parent | 91ce93471aa8e9824a8ad298dfb11d05814937c7 (diff) |
Logging infrastructure.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -97,7 +97,7 @@ endif # just "building this is harmless even if we don't use it." OBJ += errorstrings.o hash.o asn1.o ecdsa.o rsa.o xdr.o slip.o -OBJ += rpc_api.o rpc_hash.o uuid.o rpc_pkcs1.o crc32.o locks.o +OBJ += rpc_api.o rpc_hash.o uuid.o rpc_pkcs1.o crc32.o locks.o logging.o # Object files to build when we're on a platform with direct access # to our hardware (Verilog) cores. |