aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2006-11-28 04:14:13 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2006-11-28 04:14:13 +0000
commitd62cbe2146c78d071b11b44f11f78228595239f8 (patch)
treeffa1aa1d3aba90d7e0b69b6590742e9b7354c3b8
parentab780ccd6bb3dd00b005af5a58aa956a8bd909a5 (diff)
added include to make things build with the standard dev layout
svn path=/trunk/externals/aalex/; revision=6479
-rw-r--r--makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/makefile b/makefile
index 3a8e66a..754aa08 100644
--- a/makefile
+++ b/makefile
@@ -8,7 +8,7 @@
current: pd_linux
@echo make pd_linux, pd_darwin, clean ... you must be specific
@echo default to pd_linux
-
+
clean: ; rm -f *.pd_linux *.o
@@ -22,7 +22,7 @@ LINUXCFLAGS = -DPD -O2 -funroll-loops -fomit-frame-pointer \
-Wall -W -Wshadow -Wstrict-prototypes -Werror \
-Wno-unused -Wno-parentheses -Wno-switch -fPIC
-LINUXINCLUDE = -I../src -L/usr/lib/X11 -I/usr/include/X11 -L/usr/X11R6/lib
+LINUXINCLUDE = -I../src -L/usr/lib/X11 -I/usr/include/X11 -L/usr/X11R6/lib -I../../pd/src
LINUXLINKS = -lX11 -lXtst -lgtk -lgdk -lgmodule -lglib -ldl -lXi -lXext -lX11 -lm -lxmms
.c.pd_linux: