aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Brault <alan.brault@incruentatus.net>2010-12-07 21:27:07 -0500
committerAlan Brault <alan.brault@incruentatus.net>2010-12-07 21:27:07 -0500
commit5abd8240449f2f6247702baa1992551618f91f4f (patch)
tree14d7bb486f0e55ee90e9ee02a36fba1907706e87
parent4455eee4768796782b5842223647f7d1c8d085bb (diff)
downloadNetNuke2-5abd8240449f2f6247702baa1992551618f91f4f.tar.gz
Remove bad linker switch
-rw-r--r--src/Makefile.am2
-rw-r--r--src/Makefile.in2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 59341eb..d47e3ca 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -1,7 +1,7 @@
AUTOMAKE_OPTIONS = foreign
AM_CFLAGS=-Wall -W -Wstrict-prototypes -I../include -static
-AM_LDFLAGS=-L../libsysfs -lpthread -lsysfs -version-info 2:0:2 -all-static
+AM_LDFLAGS=-L../libsysfs -lpthread -lsysfs -all-static
sbin_PROGRAMS= netnuke
diff --git a/src/Makefile.in b/src/Makefile.in
index c517839..08ca16e 100644
--- a/src/Makefile.in
+++ b/src/Makefile.in
@@ -187,7 +187,7 @@ top_builddir = @top_builddir@
top_srcdir = @top_srcdir@
AUTOMAKE_OPTIONS = foreign
AM_CFLAGS = -Wall -W -Wstrict-prototypes -I../include -static
-AM_LDFLAGS = -L../libsysfs -lpthread -lsysfs -version-info 2:0:2 -all-static
+AM_LDFLAGS = -L../libsysfs -lpthread -lsysfs -all-static
netnuke_SOURCES = bus.c \
misc.c \
netnuke.c \