summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am6
1 files changed, 6 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 0835ada..e44c5a0 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,6 +1,7 @@
EXTRA_DIST =
MOSTLYCLEANFILES =
+# TODO Remove tabs
AM_CPPFLAGS = \
-pipe \
-std=gnu11 \
@@ -41,6 +42,7 @@ librbraun_la_SOURCES = \
rdxtree.c \
rdxtree.h \
rdxtree_i.h \
+ slist.h \
shell.c \
shell.h \
x86/atomic.h \
@@ -54,6 +56,7 @@ bin_PROGRAMS = \
test_fmt_sprintf \
test_fmt_sscanf \
test_plist \
+ test_slist \
test_rbtree \
test_rdxtree \
test_shell
@@ -73,6 +76,9 @@ test_fmt_sscanf_LDADD = librbraun.la
test_plist_SOURCES = test/test_plist.c
test_plist_LDADD = librbraun.la
+test_slist_SOURCES = test/test_slist.c
+test_slist_LDADD = librbraun.la
+
test_rbtree_SOURCES = test/test_rbtree.c
test_rbtree_LDADD = librbraun.la