projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b957655
)
Fix include path for rain demo so glut.h is found
author
Dan Nicholson
<dbn.lists@gmail.com>
Tue, 11 Mar 2008 13:24:56 +0000
(06:24 -0700)
committer
Dan Nicholson
<dbn.lists@gmail.com>
Tue, 11 Mar 2008 13:24:56 +0000
(06:24 -0700)
progs/demos/Makefile
patch
|
blob
|
history
diff --git
a/progs/demos/Makefile
b/progs/demos/Makefile
index dcddee17d4553f2b41dc1c19ca5907707f6d8f55..456bd4a2c70f53036c0c3e7a37c6b6c952ed3760 100644
(file)
--- 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