From 86a51eb86177971d9a0c0f0028cc143b13486a07 Mon Sep 17 00:00:00 2001 From: Emil Velikov Date: Sun, 9 Nov 2014 04:44:16 +0000 Subject: auxiliary/vl: split the vl sources list into VL_SOURCES MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit With follow up commit we'll split vl static lib from the auxiliary one, and choose the appropriate vl (galliumvl or galliumvl_stub) for the respective targets to link against. v2: Rebase. Cc: Christian König Signed-off-by: Emil Velikov --- src/gallium/auxiliary/Makefile.sources | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/gallium/auxiliary/Makefile.sources') diff --git a/src/gallium/auxiliary/Makefile.sources b/src/gallium/auxiliary/Makefile.sources index 38c39b60a3a..eefb013630f 100644 --- a/src/gallium/auxiliary/Makefile.sources +++ b/src/gallium/auxiliary/Makefile.sources @@ -303,7 +303,9 @@ C_SOURCES := \ util/u_upload_mgr.h \ util/u_vbuf.c \ util/u_vbuf.h \ - util/u_video.h \ + util/u_video.h + +VL_SOURCES := \ vl/vl_compositor.c \ vl/vl_compositor.h \ vl/vl_csc.c \ -- cgit v1.2.3