From e398ad07f8f4e989c1368966e6f2b69190a72784 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim-Philipp=20M=C3=BCller?= Date: Thu, 6 Aug 2009 20:40:07 +0100 Subject: [PATCH] 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. --- libs/gst/check/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libs/gst/check/Makefile.am b/libs/gst/check/Makefile.am index b7f4c80d68..446cc806b6 100644 --- a/libs/gst/check/Makefile.am +++ b/libs/gst/check/Makefile.am @@ -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 \