Merge commit 'origin/gallium-0.1'
[mesa.git] / src / gallium / drivers / failover / Makefile
1 TOP = ../../../..
2 include $(TOP)/configs/current
3
4 LIBNAME = failover
5
6 C_SOURCES = \
7 fo_state.c \
8 fo_state_emit.c \
9 fo_context.c
10
11 include ../../Makefile.template
12
13 symlinks:
14