From: Sebastian Dröge Date: Wed, 30 May 2012 11:06:11 +0000 (+0200) Subject: video: Fix generation of orc sources X-Git-Tag: 1.19.3~511^2~6411 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b35461355663b77dfb442880d2b39f0119f8f220;p=platform%2Fupstream%2Fgstreamer.git video: Fix generation of orc sources --- 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