mesa: use sources.mak -- need to figure out how to support non-gallium builds also

This commit is contained in:
Keith Whitwell 2008-09-11 17:39:16 +01:00
parent cdd97ceca0
commit 685248bea1
2 changed files with 2 additions and 2 deletions

View file

@ -3,7 +3,7 @@
TOP = ../..
include $(TOP)/configs/current
include sources
include sources.mak
.SUFFIXES : .cpp

View file

@ -124,7 +124,7 @@ ifneq ($(wildcard $(addsuffix /rm,$(subst :, ,$(PATH)))),)
UNLINK = $(RM) $(1)
endif
include sources
include sources.mak
CFLAGS += $(INCLUDE_DIRS)