r300g: Fix build when libdrm is installed to non-standard dir

This commit is contained in:
Tom Stellard 2012-02-19 19:37:30 -05:00
parent df5963c256
commit e1044b4082

View file

@ -11,6 +11,8 @@ C_SOURCES += \
$(TOP)/src/glsl/ralloc.c \
$(TOP)/src/mesa/program/register_allocate.c
#This is for libdrm include path
CFLAGS+=$(RADEON_CFLAGS)
LIBRARY_INCLUDES = \
-I$(TOP)/include \