r300: respect radeon common code fallbacks
[mesa.git] / src / gallium / winsys / drm / nouveau / drm / Makefile
1 TOP = ../../../../../..
2 include $(TOP)/configs/current
3
4 LIBNAME = nouveaudrm
5
6 C_SOURCES = nouveau_drm_api.c
7
8 LIBRARY_INCLUDES = $(shell pkg-config libdrm libdrm_nouveau --cflags-only-I)
9 LIBRARY_DEFINES = $(shell pkg-config libdrm libdrm_nouveau --cflags-only-other)
10
11 include ../../../../Makefile.template