diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2024-11-03 12:09:36 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2024-11-03 12:09:36 (GMT) |
commit | 59a9138a3ac546e2ae707b447f1b4ad977ff6eed (patch) | |
tree | 6b43eb8f18dff871a7b0e4a3acb95e2f0099d868 /src/common/Makefile.am | |
parent | 26b247483301d117b2be9e4ff2763da847948096 (diff) |
Define a function to compute entropy.
Diffstat (limited to 'src/common/Makefile.am')
-rw-r--r-- | src/common/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/Makefile.am b/src/common/Makefile.am index 7f0fe4e..7925b66 100644 --- a/src/common/Makefile.am +++ b/src/common/Makefile.am @@ -52,6 +52,7 @@ libcommon4_la_SOURCES = \ compiler.h \ datatypes.h \ dllist.h dllist.c \ + entropy.h entropy.c \ environment.h environment.c \ extstr.h extstr.c \ fnv1a.h fnv1a.c \ |