From b60e60dbaeff9311b3e74a6d54bb3bbb2c1f61e3 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Fri, 18 May 2007 00:56:50 +0000 Subject: allow static data in the bufferqs git-svn-id: file:///home/lennart/svn/public/libsydney/trunk@29 9ba3c220-e4d3-45a2-8aa3-73fcc9aff6ce --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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 -- cgit