X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=src%2Fgallium%2Fdrivers%2Fnouveau%2FMakefile;h=db591b756c4dcaaa9c8ef85da31b9555793b44ff;hb=25ecc9521dcab781a8a3688ab331fdaee34a4fff;hp=dbe8a6e7bf5816620f667f97c1f478cf3fd70a01;hpb=b40dc7e7fcafc30ebaa3778ee847c8983987de83;p=mesa.git diff --git a/src/gallium/drivers/nouveau/Makefile b/src/gallium/drivers/nouveau/Makefile index dbe8a6e7bf5..db591b756c4 100644 --- a/src/gallium/drivers/nouveau/Makefile +++ b/src/gallium/drivers/nouveau/Makefile @@ -3,6 +3,9 @@ include $(TOP)/configs/current LIBNAME = nouveau -C_SOURCES = nouveau_screen.c +LIBRARY_INCLUDES = \ + -I$(TOP)/src/gallium/drivers/nouveau/include + +C_SOURCES = nouveau_screen.c include ../../Makefile.template