From d62cbe2146c78d071b11b44f11f78228595239f8 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Tue, 28 Nov 2006 04:14:13 +0000 Subject: added include to make things build with the standard dev layout svn path=/trunk/externals/aalex/; revision=6479 --- makefile | 4 ++-- 1 file 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: -- cgit v1.2.1