summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2007-05-18 00:56:50 +0000
committerLennart Poettering <lennart@poettering.net>2007-05-18 00:56:50 +0000
commitb60e60dbaeff9311b3e74a6d54bb3bbb2c1f61e3 (patch)
tree0ade4f3648905e7dc46d44e282f9205e956beeea /Makefile
parent284516185f90412c22dfa9a28cb93fb344af591b (diff)
allow static data in the bufferqs
git-svn-id: file:///home/lennart/svn/public/libsydney/trunk@29 9ba3c220-e4d3-45a2-8aa3-73fcc9aff6ce
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 123b97d..76ef581 100644
--- a/Makefile
+++ b/Makefile
@@ -6,7 +6,7 @@ OBJS=$(SOURCES:.c=.o)
all: test-bufferq test-llist test-sine test-pull
-test-bufferq: test-bufferq.o bufferq.o
+test-bufferq: test-bufferq.o bufferq.o malloc.o
$(CC) $(CFLAGS) -o $@ $^
test-llist: test-llist.o