mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-19 00:01:23 +00:00
validate: fix out of source tree build error
It fails to generate gst-validate-enum-types.h and gst-validate-enum-types.c when build out of source tree. Add the path for template files. https://bugzilla.gnome.org/show_bug.cgi?id=795531 Signed-off-by: Kai Kang <kai.kang@windriver.com>
This commit is contained in:
parent
48c7ccdc94
commit
d9256865b4
1 changed files with 2 additions and 2 deletions
|
@ -50,12 +50,12 @@ nodist_libgstvalidate_@GST_API_VERSION@include_HEADERS = $(built_header_make)
|
|||
|
||||
gst-validate-enum-types.h: $(source_h)
|
||||
$(AM_V_GEN)$(GLIB_MKENUMS) \
|
||||
--template gst-validate-enum-types.h.template \
|
||||
--template $(top_srcdir)/gst/validate/gst-validate-enum-types.h.template \
|
||||
$^ > gst-validate-enum-types.h
|
||||
|
||||
gst-validate-enum-types.c: $(source_h)
|
||||
$(AM_V_GEN)$(GLIB_MKENUMS) \
|
||||
--template gst-validate-enum-types.c.template \
|
||||
--template $(top_srcdir)/gst/validate/gst-validate-enum-types.c.template \
|
||||
$^ > gst-validate-enum-types.c
|
||||
|
||||
EXTRA_DIST= \
|
||||
|
|
Loading…
Reference in a new issue