diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2024-06-18 06:31:42 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2024-06-18 06:31:58 (GMT) |
commit | 53edb30496d1065019406de16f9f9d96ba61cd3c (patch) | |
tree | 162cad07e27a01990d721f69f3270581417c31e7 /src/common | |
parent | 334126eb659bc310a72a9f7f9238b7cd205a0770 (diff) |
Rebuild hex views for large contents.
Diffstat (limited to 'src/common')
-rw-r--r-- | src/common/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/Makefile.am b/src/common/Makefile.am index a57868d..8161f8e 100644 --- a/src/common/Makefile.am +++ b/src/common/Makefile.am @@ -17,7 +17,6 @@ libcommon_la_SOURCES = \ ibuf.h ibuf.c \ io.h io.c \ itoa.h itoa.c \ - fnv1a.h fnv1a.c \ leb128.h leb128.c \ macros.h \ net.h net.c \ @@ -58,6 +57,7 @@ libcommon4_la_SOURCES = \ datatypes.h \ environment.h environment.c \ extstr.h extstr.c \ + fnv1a.h fnv1a.c \ io.h io.c \ leb128.h leb128.c \ packed.h packed.c \ |