summaryrefslogtreecommitdiff
path: root/base/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'base/Makefile')
-rw-r--r--base/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/base/Makefile b/base/Makefile
index 27f539f64..4dcb6b6e6 100644
--- a/base/Makefile
+++ b/base/Makefile
@@ -12,6 +12,7 @@
BASE_SOURCE=\
base/data-struct/radix-tree.c \
+ base/data-struct/list.c
BASE_DEPENDS=$(addprefix $(top_builddir)/,$(subst .c,.d,$(BASE_SOURCE)))
BASE_OBJECTS=$(addprefix $(top_builddir)/,$(subst .c,.o,$(BASE_SOURCE)))