From: michal Date: Thu, 16 Aug 2007 11:50:51 +0000 (+0100) Subject: Add missing inlcude directory. X-Git-Tag: 062012170305~17580^2~390^2~4290 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=4fb2f09fdd61cc15db097bc7cbb6a410df075383;p=profile%2Fivi%2Fmesa.git Add missing inlcude directory. --- diff --git a/src/mesa/pipe/Makefile.template b/src/mesa/pipe/Makefile.template index fe0a81a..495bf44 100644 --- a/src/mesa/pipe/Makefile.template +++ b/src/mesa/pipe/Makefile.template @@ -15,7 +15,8 @@ OBJECTS = $(C_SOURCES:.c=.o) \ INCLUDES = \ -I. \ -I$(TOP)/src/mesa/pipe \ - -I$(TOP)/src/mesa + -I$(TOP)/src/mesa \ + -I$(TOP)/include ##### RULES #####