diff options
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 1b4df29d..2e0e0136 100644 --- a/Makefile.am +++ b/Makefile.am @@ -31,6 +31,7 @@ libledger_util_la_SOURCES = \ src/utils.cc \ src/times.cc \ src/mask.cc \ + src/stream.cc \ src/binary.cc \ lib/sha1.cpp @@ -116,6 +117,7 @@ pkginclude_HEADERS = \ src/error.h \ src/times.h \ src/mask.h \ + src/stream.h \ src/binary.h \ \ src/amount.h \ |