summaryrefslogtreecommitdiffstats
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2006-05-09 15:29:27 +0000
committerLennart Poettering <lennart@poettering.net>2006-05-09 15:29:27 +0000
commit218ba9bee9f7a1cee34e1963f6d0b2d75499e58e (patch)
tree3a63894d7c0fd8f75e3ec5850918a193aa77c0b8 /src/Makefile.am
parent007f36899a324c678270a6e924393aa22495bc3f (diff)
* use the same gst_polyp_fill_sample_spec() implementation by both the sink and the source
* pass a sensible client name to Polypaudio git-svn-id: file:///home/lennart/svn/public/gst-pulse/trunk@18 bb39ca4e-bce3-0310-b5d4-eea78a553289
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 7adbffd..bb55802 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -22,7 +22,8 @@ pkglib_LTLIBRARIES = libgstpolyp.la
libgstpolyp_la_SOURCES = \
plugin.c \
polypsink.c polypsink.h \
- polypsrc.c polypsrc.h
+ polypsrc.c polypsrc.h \
+ polyputil.c polyputil.h
libgstpolyp_la_CFLAGS = $(GST_CFLAGS) $(POLYP_CFLAGS)
libgstpolyp_la_LIBADD = $(POLYP_LIBS) $(GST_LIBS) -lgstaudio-0.10