element-maker: the broekn templates are not broekn, but dependencies
authorStefan Kost <ensonic@users.sf.net>
Tue, 26 Apr 2011 22:14:20 +0000 (01:14 +0300)
committerStefan Kost <ensonic@users.sf.net>
Tue, 26 Apr 2011 22:14:20 +0000 (01:14 +0300)
Rename the list and dist them. We need them for the actual templates.

tools/Makefile.am

index d51c45b..4b890b7 100644 (file)
@@ -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 = \