add subscription subsystem

git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@112 fefdeb5f-60dc-0310-8127-8f9354f1896f
This commit is contained in:
Lennart Poettering 2004-08-11 00:11:12 +00:00
parent fc618e9f31
commit 3d374e9f67
11 changed files with 236 additions and 2 deletions

View file

@ -115,7 +115,8 @@ polypaudio_SOURCES = idxset.c idxset.h \
sound-file.c sound-file.h \
play-memchunk.c play-memchunk.h \
autoload.c autoload.h \
xmalloc.c xmalloc.h
xmalloc.c xmalloc.h \
subscribe.h subscribe.c
polypaudio_CFLAGS = $(AM_CFLAGS) $(LIBSAMPLERATE_CFLAGS) $(LIBSNDFILE_CFLAGS)
polypaudio_INCLUDES = $(INCLTDL)