summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index e0473bb..5fde74b 100644
--- a/Makefile
+++ b/Makefile
@@ -5,8 +5,7 @@
# $Id: Makefile,v 1.13 2007/03/26 04:22:11 fcusack Exp $
#
#############################################################################
-
-VERSION=1.3.17
+VERSION=1.4.0
######################################################################
#
@@ -24,7 +23,7 @@ CFLAGS += -Wall -fPIC
# CFLAGS =
#LDFLAGS += -shared -Wl,--version-script=pamsymbols.ver
-LDFLAGS += -shared -Wl
+LDFLAGS += -shared
######################################################################
#