element-maker: the broekn templates are not broekn, but dependencies

Rename the list and dist them. We need them for the actual templates.
This commit is contained in:
Stefan Kost 2011-04-27 01:14:20 +03:00
parent bec03b8e19
commit f478429895

View file

@ -17,7 +17,7 @@ templatefiles=\
element-templates/videofilter2 \ element-templates/videofilter2 \
element-templates/videosink element-templates/videosink
broken_templatefiles = \ templatedeps = \
element-templates/base \ element-templates/base \
element-templates/gobject \ element-templates/gobject \
element-templates/sinkpad \ element-templates/sinkpad \
@ -29,6 +29,7 @@ EXTRA_DIST = \
gst-element-maker \ gst-element-maker \
gst-app-maker \ gst-app-maker \
$(templatefiles) \ $(templatefiles) \
$(templatedeps) \
gst-element-maker-test.sh gst-element-maker-test.sh
TESTS_ENVIRONMENT = \ TESTS_ENVIRONMENT = \