summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2007-05-14 17:14:42 +0000
committerLennart Poettering <lennart@poettering.net>2007-05-14 17:14:42 +0000
commitbd5a35c2c4d04ade0f5c8923e5328048d8d4ff5a (patch)
tree70535b84a5809206616bb8c1f4f28ae9d42cd376 /Makefile
parent2715f24d68257ff7850be63eee6d748281008f64 (diff)
makefile update
git-svn-id: file:///home/lennart/svn/public/libsydney/trunk@21 9ba3c220-e4d3-45a2-8aa3-73fcc9aff6ce
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index bca4ec5..1ee8bc1 100644
--- a/Makefile
+++ b/Makefile
@@ -4,6 +4,8 @@ LIBS=-lm `pkg-config --libs liboil-0.3`
SOURCES=common.c malloc.c test-sine.c oss.c bbuffer.c format.c volscale.c byteswap.c continued-fraction.c zero.c add.c speex/resample.c resample.c interleave.c converter.c g711.c
OBJS=$(SOURCES:.c=.o)
+all: test-bufferq test-llist test-sine
+
test-bufferq: test-bufferq.o bufferq.o
$(CC) $(CFLAGS) -o $@ $^