From c94409c4b7a90e8c16f6e5b08f1b8522b7ee71fe Mon Sep 17 00:00:00 2001 From: Kenneth Peiruza Date: Thu, 20 Nov 2003 19:28:52 +0000 Subject: Simply I've executed "autoconf", It seems that configure.in was ok but configure didn't. Regards! svn path=/trunk/; revision=1197 --- pd/src/makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pd/src') diff --git a/pd/src/makefile b/pd/src/makefile index 8f060d05..b5c16ec6 100644 --- a/pd/src/makefile +++ b/pd/src/makefile @@ -21,9 +21,9 @@ MORECFLAGS = -DDL_OPEN -DUSEAPI_OSS INCLUDE = -I. GINCLUDE = $(INCLUDE) -I/usr/local/include/tcl8.4 -I/usr/local/include/tk8.4 -I/usr/X11R6/include -I/usr/local/include -GLIB = -lX11 -L/usr/X11R6/lib -ltcl84 -ltk84 -L/usr/local/lib +GLIB = -lX11 -L/usr/X11R6/lib -L/usr/local/lib -ltcl84 -ltk84 -LDFLAGS = -Wl,-export-dynamic -L/usr/local/lib -L/usr/local/lib/pth -lpthread +LDFLAGS = -Wl,-export-dynamic -L/usr/local/lib/pth -lpthread LIB = -lm #select either the DBG and OPT compiler flags below: -- cgit v1.2.1