diff options
author | Kenneth Peiruza <kpeiruza@users.sourceforge.net> | 2003-11-20 19:28:52 +0000 |
---|---|---|
committer | Kenneth Peiruza <kpeiruza@users.sourceforge.net> | 2003-11-20 19:28:52 +0000 |
commit | c94409c4b7a90e8c16f6e5b08f1b8522b7ee71fe (patch) | |
tree | 9ec5cf66badda66eaa8e274e31f0872fe0fb6823 /pd/src/makefile | |
parent | f943241aa9d6b06af6619ccb790bce85758819e5 (diff) |
Simply I've executed "autoconf", It seems that configure.in was ok but configure didn't.
Regards!
svn path=/trunk/; revision=1197
Diffstat (limited to 'pd/src/makefile')
-rw-r--r-- | pd/src/makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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: |