mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-28 21:10:12 +01:00
Fix include path for rain demo so glut.h is found
This commit is contained in:
parent
b957655a91
commit
f1e1267372
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue