Check for SYS/GL during library init. Reason is that
[AROS.git] / workbench / libs / mesa / src / gallium / drivers / nouveau / Makefile
blob3210d1ff77b8a762891d8f8c64185d2721a2463d
1 TOP = ../../../..
2 include $(TOP)/configs/current
4 LIBNAME = nouveau
6 LIBRARY_INCLUDES = \
7 $(LIBDRM_CFLAGS) \
8 -I$(TOP)/src/gallium/drivers/nouveau/include
10 C_SOURCES = nouveau_screen.c \
11 nouveau_fence.c \
12 nouveau_mm.c \
13 nouveau_buffer.c
15 include ../../Makefile.template