126dc6d58f192862245403a80e0b2a818b0e49f4
[profile/ivi/mesa.git] / src / gallium / state_trackers / xorg / xvmc / Makefile
1 TOP = ../../../../..
2 include $(TOP)/configs/current
3
4 LIBNAME = xvmctracker
5
6 LIBRARY_INCLUDES = \
7         $(shell pkg-config --cflags-only-I xvmc) \
8         -I$(TOP)/src/gallium/winsys/g3dvl
9
10 C_SOURCES = block.c \
11             surface.c \
12             context.c \
13             subpicture.c \
14             attributes.c
15
16 include ../../../Makefile.template