diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2003-09-25 23:02:14 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2003-09-25 23:02:14 +0000 |
commit | ea8af3dcd4921987a6e63eb7b6e5c4601f20bbaa (patch) | |
tree | d47e844f9379e0b74c519fc13c7a9591208b79b1 | |
parent | ee8ad68734c293539533e591196de139195fde76 (diff) |
added include path to make it compile with the CVS layout
svn path=/trunk/externals/pdogg/; revision=1037
-rw-r--r-- | makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -75,7 +75,7 @@ pd_linux: $(NAME).pd_linux LINUXCFLAGS = -DPD -DUNIX -DICECAST -O2 -funroll-loops -fomit-frame-pointer \ -Wall -W -Wshadow -Wno-unused -Wno-parentheses -Wno-switch -LINUXINCLUDE = -I../../src +LINUXINCLUDE = -I../../src -I ../../pd/src LINUXEXTERNALS = oggamp~.o oggcast~.o oggread~.o oggwrite~.o |