summaryrefslogtreecommitdiff
path: root/src/runtime/c/Makefile.am
diff options
context:
space:
mode:
authorkr.angelov <kr.angelov@gmail.com>2013-09-17 12:45:00 +0000
committerkr.angelov <kr.angelov@gmail.com>2013-09-17 12:45:00 +0000
commit2a49e4e1d64ef2df0bb2a8a3822f7fa1048e687f (patch)
treea4584c3831aac1a692c8be37c0c6747480874c00 /src/runtime/c/Makefile.am
parentf5461eb3d4eb2605b546a4ed202c12bcdaa1f4e4 (diff)
a major refactoring in the C runtime. GuList is now removed and replaced with GuSeq. The GuSeq/GuBuf API is simplified
Diffstat (limited to 'src/runtime/c/Makefile.am')
-rw-r--r--src/runtime/c/Makefile.am2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/runtime/c/Makefile.am b/src/runtime/c/Makefile.am
index 8fcbe847f..daf178aea 100644
--- a/src/runtime/c/Makefile.am
+++ b/src/runtime/c/Makefile.am
@@ -20,7 +20,6 @@ guinclude_HEADERS = \
gu/fun.h \
gu/hash.h \
gu/in.h \
- gu/list.h \
gu/map.h \
gu/mem.h \
gu/out.h \
@@ -57,7 +56,6 @@ libgu_la_SOURCES = \
gu/fun.c \
gu/hash.c \
gu/in.c \
- gu/list.c \
gu/map.c \
gu/mem.c \
gu/out.c \