summaryrefslogtreecommitdiff
path: root/src/common/Makefile.am
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2021-03-23 07:57:58 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2021-03-23 07:57:58 (GMT)
commit8df9996699cdf96887613f99181173295a19bd76 (patch)
tree8015ff855566f9581a00630f591a919d38f7a8ec /src/common/Makefile.am
parenteb470f2e5e790ba107171a3ae8c5ed27a72ed8f8 (diff)
Create methods to deal with hex conversions.
Diffstat (limited to 'src/common/Makefile.am')
-rw-r--r--src/common/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/Makefile.am b/src/common/Makefile.am
index 2162d8c..3379eed 100644
--- a/src/common/Makefile.am
+++ b/src/common/Makefile.am
@@ -13,6 +13,7 @@ libcommon_la_SOURCES = \
endianness.h endianness.c \
environment.h environment.c \
extstr.h extstr.c \
+ hex.h hex.c \
ibuf.h ibuf.c \
io.h io.c \
fnv1a.h fnv1a.c \