From 4906612269e1178fca3c0edd19b9bfa291a25675 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim-Philipp=20M=C3=BCller?= Date: Thu, 15 Feb 2018 18:27:37 +0000 Subject: [PATCH] validate: dist enum types templates --- validate/gst/validate/Makefile.am | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/validate/gst/validate/Makefile.am b/validate/gst/validate/Makefile.am index 7c12a24447..98332bb0f4 100644 --- a/validate/gst/validate/Makefile.am +++ b/validate/gst/validate/Makefile.am @@ -57,6 +57,10 @@ gst-validate-enum-types.c: $(source_h) --template gst-validate-enum-types.c.template \ $^ > gst-validate-enum-types.c +EXTRA_DIST= \ + gst-validate-enum-types.c.template \ + gst-validate-enum-types.h.template + # BUILT_SOURCES are built on make all/check/install before all other targets BUILT_SOURCES = \ $(built_header_make) \