From: Dan Nicholson Date: Tue, 11 Mar 2008 13:24:56 +0000 (-0700) Subject: Fix include path for rain demo so glut.h is found X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=f1e12673728e01d7a9b2c99cc0b4cc219ac4c280;p=mesa.git Fix include path for rain demo so glut.h is found --- diff --git a/progs/demos/Makefile b/progs/demos/Makefile index dcddee17d45..456bd4a2c70 100644 --- a/progs/demos/Makefile +++ b/progs/demos/Makefile @@ -159,10 +159,10 @@ rain: particles.o rain.o readtex.o $(CXX) $(LDFLAGS) $^ $(LIBS) -o $@ rain.o: rain.cxx readtex.h - $(CXX) -c -I../ $(CXXFLAGS) $< + $(CXX) -c -I$(INCDIR) $(CXXFLAGS) $< particles.o: particles.cxx - $(CXX) -c -I../ $(CXXFLAGS) $< + $(CXX) -c -I$(INCDIR) $(CXXFLAGS) $< viewdds: viewdds.c