fix linking for plugins

This commit is contained in:
Bill Currie 2000-02-12 23:54:54 +00:00
parent f63afc8e0f
commit 5b595a370a

View file

@ -20,7 +20,7 @@ mandir = @mandir@
TARGET_DIR = $(PROJECT_ODIR)/targets
BUILD_DIR = $(TARGET_DIR)/uquake
LDFLAGS = @LDFLAGS@ @SOUND_LIBS@ @NET_LIBS@ -lm
LDFLAGS = @LDFLAGS@ @SOUND_LIBS@ @NET_LIBS@ -lm -rdynamic
LIBS = @LIBS@
CC = @CC@
INTEL_ARCH = @INTEL_ARCH@