diff options
author | Mattias Andrée <maandree@kth.se> | 2018-11-23 20:45:04 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2018-11-23 20:45:04 +0100 |
commit | 4114aebeb33793fae59c1b39f83286ce19c5ea02 (patch) | |
tree | eaccbb544456df6a627bc4e702ed7976fcb67d9a /Makefile | |
parent | Some fixes and tests (diff) | |
download | libsimple-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-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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\ |