aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2018-11-23 20:45:04 +0100
committerMattias Andrée <maandree@kth.se>2018-11-23 20:45:04 +0100
commit4114aebeb33793fae59c1b39f83286ce19c5ea02 (patch)
treeeaccbb544456df6a627bc4e702ed7976fcb67d9a /Makefile
parentSome fixes and tests (diff)
downloadlibsimple-4114aebeb33793fae59c1b39f83286ce19c5ea02.tar.gz
libsimple-4114aebeb33793fae59c1b39f83286ce19c5ea02.tar.bz2
libsimple-4114aebeb33793fae59c1b39f83286ce19c5ea02.tar.xz
Split out memelem.h from mem.h
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 73360c1..047cc45 100644
--- a/Makefile
+++ b/Makefile
@@ -17,6 +17,7 @@ SUBHDR =\
libsimple/memalignz.h\
libsimple/memalloc.h\
libsimple/memdup.h\
+ libsimple/memelem.h\
libsimple/overflow.h\
libsimple/posix_memalign.h\
libsimple/posix_memalignz.h\