summaryrefslogtreecommitdiff
path: root/src/common/Makefile.am
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2017-03-07 20:52:48 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2017-03-07 20:52:48 (GMT)
commitc0b4029475158f16f683e4c46a86b28f7a146a1c (patch)
treea49704dd793189094b3d6cefd90d7f06e6a7cc14 /src/common/Makefile.am
parent12b8a066d1d8dd8cbef587dc6fafed870604f49f (diff)
Created arrays with low memory footprint.
Diffstat (limited to 'src/common/Makefile.am')
-rwxr-xr-xsrc/common/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/Makefile.am b/src/common/Makefile.am
index b4d1a5b..94faa59 100755
--- a/src/common/Makefile.am
+++ b/src/common/Makefile.am
@@ -2,6 +2,7 @@
lib_LTLIBRARIES = libcommon.la
libcommon_la_SOURCES = \
+ array.h array.c \
asm.h asm.c \
bconst.h \
bits.h bits.c \