mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-19 14:56:36 +00:00
check: add internal-check.h to BUILT_SOURCES in attempt to fix the build
For some people the build of libgstcheck was broken because the make target that creates the internal-check.h file wasn't executed for some reason. This should hopefully fix this.
This commit is contained in:
parent
a2a23800bf
commit
e398ad07f8
1 changed files with 2 additions and 0 deletions
|
@ -2,6 +2,8 @@ lib_LTLIBRARIES = libgstcheck-@GST_MAJORMINOR@.la
|
|||
|
||||
SYMBOLS_FILE = exports.sym
|
||||
|
||||
BUILT_SOURCES = internal-check.h
|
||||
|
||||
libgstcheck_@GST_MAJORMINOR@_la_DEPENDENCIES = \
|
||||
$(top_builddir)/gst/libgstreamer-@GST_MAJORMINOR@.la \
|
||||
internal-check.h \
|
||||
|
|
Loading…
Reference in a new issue