summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorStefan Kost <ensonic@users.sf.net>2011-04-26 14:08:51 +0300
committerStefan Kost <ensonic@users.sf.net>2011-04-26 15:20:48 +0300
commit9bec684c3e699677c7ed9416f126eaa7f965f345 (patch)
treec060a61ca2906fa66d7ec36c53084f5cddf5599a /tools
parentc1e91cb1685acb56d8a33290a27dcb8cbd3378c7 (diff)
downloadgstreamer-plugins-bad-9bec684c3e699677c7ed9416f126eaa7f965f345.tar.gz
element-maker: don't dist incomplete templates
Move not working templates to a separate variable to highlight the fact that they need more work. These need at least the class and type fields filled.
Diffstat (limited to 'tools')
-rw-r--r--tools/Makefile.am12
1 files changed, 7 insertions, 5 deletions
diff --git a/tools/Makefile.am b/tools/Makefile.am
index aa32d875f..67e1d5fb7 100644
--- a/tools/Makefile.am
+++ b/tools/Makefile.am
@@ -3,7 +3,6 @@ templatefiles=\
element-templates/audiofilter \
element-templates/audiosink \
element-templates/audiosrc \
- element-templates/base \
element-templates/baseaudiosink \
element-templates/baseaudiosrc \
element-templates/basertpdepayload \
@@ -15,14 +14,17 @@ templatefiles=\
element-templates/element \
element-templates/gobject \
element-templates/pushsrc \
- element-templates/sinkpad \
- element-templates/sinkpad-simple \
- element-templates/srcpad \
- element-templates/srcpad-simple \
element-templates/tagdemux \
element-templates/videofilter2 \
element-templates/videosink
+broken_templatefiles = \
+ element-templates/base \
+ element-templates/sinkpad \
+ element-templates/sinkpad-simple \
+ element-templates/srcpad \
+ element-templates/srcpad-simple
+
EXTRA_DIST = \
gst-element-maker \
gst-app-maker \