summaryrefslogtreecommitdiffstats
path: root/polyp/Makefile.am
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2004-09-01 15:55:48 +0000
committerLennart Poettering <lennart@poettering.net>2004-09-01 15:55:48 +0000
commitdfd440bd5db50d3da6146a7f559e3a4f873f8810 (patch)
treed6be565ad305fdc47c184d72df583e8474645861 /polyp/Makefile.am
parent50f592b67c9d7364ab0d7ac447c565db4ab83d2a (diff)
add sound file streaming
git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@171 fefdeb5f-60dc-0310-8127-8f9354f1896f
Diffstat (limited to 'polyp/Makefile.am')
-rw-r--r--polyp/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/polyp/Makefile.am b/polyp/Makefile.am
index 6fb7a583..cd369657 100644
--- a/polyp/Makefile.am
+++ b/polyp/Makefile.am
@@ -133,7 +133,8 @@ polypaudio_SOURCES = idxset.c idxset.h \
autoload.c autoload.h \
xmalloc.c xmalloc.h \
subscribe.h subscribe.c \
- debug.h
+ debug.h \
+ sound-file-stream.c sound-file-stream.h
polypaudio_CFLAGS = $(AM_CFLAGS) $(LIBSAMPLERATE_CFLAGS) $(LIBSNDFILE_CFLAGS)
polypaudio_INCLUDES = $(INCLTDL)