summaryrefslogtreecommitdiff
path: root/src/common/Makefile.am
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2024-05-17 05:50:05 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2024-05-17 05:53:14 (GMT)
commitd9d887e226902905ef56d0ccf1107df50e5e4463 (patch)
treee0da243151116e93d8585fbc80f368431187df29 /src/common/Makefile.am
parent85e52ccd4c8aada6660d171e91c6c603f40606bb (diff)
Define datatypes.h and move the remaining endianness.[ch] content into io.[ch].
Diffstat (limited to 'src/common/Makefile.am')
-rw-r--r--src/common/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/Makefile.am b/src/common/Makefile.am
index 7da1a13..1c2d11a 100644
--- a/src/common/Makefile.am
+++ b/src/common/Makefile.am
@@ -11,7 +11,6 @@ libcommon_la_SOURCES = \
cpp.h \
cpu.h cpu.c \
dllist.h dllist.c \
- endianness.h endianness.c \
environment.h environment.c \
extstr.h extstr.c \
hex.h hex.c \
@@ -56,6 +55,7 @@ libcommon4_la_SOURCES = \
asm.h asm.c \
bits.h bits.c \
compiler.h \
+ datatypes.h \
environment.h environment.c \
extstr.h extstr.c \
io.h io.c \