summaryrefslogtreecommitdiff
path: root/progs/trivial/Makefile
diff options
context:
space:
mode:
authorKeith Whitwell <keithw@vmware.com>2009-06-30 18:35:17 +0100
committerKeith Whitwell <keithw@vmware.com>2009-06-30 18:37:34 +0100
commitc48c01c9e7d6d0a43883b7b3333ad42208ea9d44 (patch)
tree5ea04726e11fa692f7f9f6a5b58ec9d2b22e6b8d /progs/trivial/Makefile
parent1ca836f0de7ac23a3d66e109eeda3c2e29b9b17c (diff)
progs/trivial: add dlist-mat-tri.c
Diffstat (limited to 'progs/trivial/Makefile')
-rw-r--r--progs/trivial/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/progs/trivial/Makefile b/progs/trivial/Makefile
index a120270a9a..bef1a57cd2 100644
--- a/progs/trivial/Makefile
+++ b/progs/trivial/Makefile
@@ -20,6 +20,7 @@ SOURCES = \
clear.c \
dlist-dangling.c \
dlist-flat-tri.c \
+ dlist-mat-tri.c \
dlist-tri-flat-tri.c \
dlist-tri-mat-tri.c \
dlist-recursive-call.c \