mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-03 01:18:06 +02:00
st/xvmc: consolidate C sources list into Makefile.sources
Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com> Reviewed-by: Tom Stellard <thomas.stellard@amd.com> Reviewed-by: Christian König <christian.koenig@amd.com>
This commit is contained in:
parent
10bd3a3f71
commit
56dfbbd24a
2 changed files with 8 additions and 6 deletions
|
|
@ -20,6 +20,7 @@
|
|||
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
||||
# DEALINGS IN THE SOFTWARE.
|
||||
|
||||
include Makefile.sources
|
||||
include $(top_srcdir)/src/gallium/Automake.inc
|
||||
|
||||
AM_CFLAGS = \
|
||||
|
|
@ -28,12 +29,7 @@ AM_CFLAGS = \
|
|||
|
||||
noinst_LTLIBRARIES = libxvmctracker.la
|
||||
|
||||
libxvmctracker_la_SOURCES = \
|
||||
block.c \
|
||||
surface.c \
|
||||
context.c \
|
||||
subpicture.c \
|
||||
attributes.c
|
||||
libxvmctracker_la_SOURCES = $(C_SOURCES)
|
||||
|
||||
check_PROGRAMS = \
|
||||
tests/test_context \
|
||||
|
|
|
|||
6
src/gallium/state_trackers/xvmc/Makefile.sources
Normal file
6
src/gallium/state_trackers/xvmc/Makefile.sources
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
C_SOURCES := \
|
||||
block.c \
|
||||
surface.c \
|
||||
context.c \
|
||||
subpicture.c \
|
||||
attributes.c
|
||||
Loading…
Add table
Reference in a new issue