diff options
author | Stefan Kost <ensonic@users.sf.net> | 2011-04-27 01:14:20 +0300 |
---|---|---|
committer | Stefan Kost <ensonic@users.sf.net> | 2011-04-27 01:14:20 +0300 |
commit | f478429895eca52639284f559c59106e1ed797a8 (patch) | |
tree | ae38ea7f7a2dc6910c3f61e5405193cea5a2cc91 /tools | |
parent | bec03b8e19bd00d55ea623db9c11787a5b6369ae (diff) | |
download | gstreamer-plugins-bad-f478429895eca52639284f559c59106e1ed797a8.tar.gz |
element-maker: the broekn templates are not broekn, but dependencies
Rename the list and dist them. We need them for the actual templates.
Diffstat (limited to 'tools')
-rw-r--r-- | tools/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/Makefile.am b/tools/Makefile.am index d51c45be0..4b890b7a7 100644 --- a/tools/Makefile.am +++ b/tools/Makefile.am @@ -17,7 +17,7 @@ templatefiles=\ element-templates/videofilter2 \ element-templates/videosink -broken_templatefiles = \ +templatedeps = \ element-templates/base \ element-templates/gobject \ element-templates/sinkpad \ @@ -29,6 +29,7 @@ EXTRA_DIST = \ gst-element-maker \ gst-app-maker \ $(templatefiles) \ + $(templatedeps) \ gst-element-maker-test.sh TESTS_ENVIRONMENT = \ |