summaryrefslogtreecommitdiff
path: root/gst/scopes/Makefile.am
diff options
context:
space:
mode:
authorStefan Kost <ensonic@users.sf.net>2011-05-30 23:36:42 +0300
committerStefan Kost <ensonic@users.sf.net>2011-06-06 15:25:13 +0300
commitb4afe9f69008527833991b09abee495cb82b34bf (patch)
treeb4a7a61c56cd7d1cacb8c383213d1574f486d6a0 /gst/scopes/Makefile.am
parent08ecb1acc0be8cd9e4204ed6482a036377c65dd1 (diff)
downloadgstreamer-plugins-bad-b4afe9f69008527833991b09abee495cb82b34bf.tar.gz
scopes: add a new element similar to synaesthesia
https://bugzilla.gnome.org/show_bug.cgi?id=651536
Diffstat (limited to 'gst/scopes/Makefile.am')
-rw-r--r--gst/scopes/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/gst/scopes/Makefile.am b/gst/scopes/Makefile.am
index 73467f40f..fa393d789 100644
--- a/gst/scopes/Makefile.am
+++ b/gst/scopes/Makefile.am
@@ -3,6 +3,7 @@ plugin_LTLIBRARIES = libgstscopes.la
libgstscopes_la_SOURCES = \
gstbasescope.c plugin.c \
gstspectrascope.c gstspectrascope.h \
+ gstsynaescope.c gstsynaescope.h \
gstwavescope.c gstwavescope.h
libgstscopes_la_CFLAGS = $(GST_PLUGINS_BAD_CFLAGS) \
@@ -16,7 +17,7 @@ libgstscopes_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
libgstscopes_la_LIBTOOLFLAGS = --tag=disable-static
noinst_HEADERS = gstbasescope.h \
- gstspectrascope.h gstwavescope.h
+ gstspectrascope.h gstsynaescope.h gstwavescope.h
Android.mk: Makefile.am $(BUILT_SOURCES)
androgenizer \