diff options
author | Stefan Kost <ensonic@users.sf.net> | 2011-05-30 23:36:42 +0300 |
---|---|---|
committer | Stefan Kost <ensonic@users.sf.net> | 2011-06-06 15:25:13 +0300 |
commit | b4afe9f69008527833991b09abee495cb82b34bf (patch) | |
tree | b4a7a61c56cd7d1cacb8c383213d1574f486d6a0 /gst/scopes/Makefile.am | |
parent | 08ecb1acc0be8cd9e4204ed6482a036377c65dd1 (diff) | |
download | gstreamer-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.am | 3 |
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 \ |