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:
Tim-Philipp Müller 2009-08-06 20:40:07 +01:00
parent a2a23800bf
commit e398ad07f8

View file

@ -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 \