diff options
author | Alan Brault <alan.brault@incruentatus.net> | 2010-12-07 21:27:07 -0500 |
---|---|---|
committer | Alan Brault <alan.brault@incruentatus.net> | 2010-12-07 21:27:07 -0500 |
commit | 5abd8240449f2f6247702baa1992551618f91f4f (patch) | |
tree | 14d7bb486f0e55ee90e9ee02a36fba1907706e87 /src/Makefile.in | |
parent | 4455eee4768796782b5842223647f7d1c8d085bb (diff) | |
download | NetNuke2-5abd8240449f2f6247702baa1992551618f91f4f.tar.gz |
Remove bad linker switch
Diffstat (limited to 'src/Makefile.in')
-rw-r--r-- | src/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
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 \ |