From b35461355663b77dfb442880d2b39f0119f8f220 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Wed, 30 May 2012 13:06:11 +0200 Subject: [PATCH] video: Fix generation of orc sources --- gst-libs/gst/video/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gst-libs/gst/video/Makefile.am b/gst-libs/gst/video/Makefile.am index ee096f8a60..c094ecc6d1 100644 --- a/gst-libs/gst/video/Makefile.am +++ b/gst-libs/gst/video/Makefile.am @@ -9,7 +9,7 @@ glib_gen_basename = video built_sources = video-enumtypes.c built_headers = video-enumtypes.h -BUILT_SOURCES = $(built_sources) $(built_headers) +BUILT_SOURCES += $(built_sources) $(built_headers) lib_LTLIBRARIES = libgstvideo-@GST_API_VERSION@.la