summaryrefslogtreecommitdiffstats
path: root/src/Makefile
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2004-06-11 00:33:43 +0000
committerLennart Poettering <lennart@poettering.net>2004-06-11 00:33:43 +0000
commit9e3ad2380a28a7473a1dfa9ae41697ebacfd85cc (patch)
tree574c177004f4acec6f10ac6460e803e2e7a60b0a /src/Makefile
parenta5daff7859c3a8904cb379c59f3cefbaae4f57f2 (diff)
autoconf
git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@5 fefdeb5f-60dc-0310-8127-8f9354f1896f
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/Makefile b/src/Makefile
deleted file mode 100644
index 366e84e6..00000000
--- a/src/Makefile
+++ /dev/null
@@ -1,10 +0,0 @@
-CFLAGS=-Wall -pipe -ansi -D_GNU_SOURCE
-
-all: idxset.o queue.o strbuf.o mainloop.o iochannel.o packet.o \
- memblock.o sample.o socket-server.o memblockq.o client.o \
- core.o main.o outputstream.o inputstream.o source.o sink.o \
- pstream.o protocol-simple.o protocol-simple-tcp.o sink-pipe.o \
- module.o
-
-clean:
- rm -f *.o