summaryrefslogtreecommitdiffstats
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2006-05-11 20:14:38 +0000
committerLennart Poettering <lennart@poettering.net>2006-05-11 20:14:38 +0000
commitf578f49e3265bfed6bd7e37391e66506f9a4bc91 (patch)
tree024c00355cf3c3a21ab5f12d87f58bedac12e591 /src/Makefile.am
parent43f7c63547d27bb9e8fe327a281a58adcb7ee983 (diff)
* implement device probing for GstPolypMixer
git-svn-id: file:///home/lennart/svn/public/gst-pulse/trunk@25 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 1010c5f..6449aba 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -26,7 +26,8 @@ libgstpolyp_la_SOURCES = \
polyputil.c polyputil.h \
polypmixer.c polypmixer.h \
polypmixerctrl.c polypmixerctrl.h \
- polypmixertrack.c polypmixertrack.h
+ polypmixertrack.c polypmixertrack.h \
+ polypprobe.c polypprobe.h
libgstpolyp_la_CFLAGS = $(GST_CFLAGS) $(POLYP_CFLAGS)
libgstpolyp_la_LIBADD = $(POLYP_LIBS) $(GST_LIBS) -lgstaudio-0.10