diff options
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 = \ |