aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAlan Brault <alan.brault@incruentatus.net>2010-12-09 20:39:22 -0500
committerAlan Brault <alan.brault@incruentatus.net>2010-12-09 20:39:22 -0500
commit8b5923e40557970824d2c7cdf7f181a87c9c424d (patch)
treef5e8f0536df840939c1e6a6846fb2a516a31e256 /src
parent677538b13b066b24ddec5429b10dd3453bad06af (diff)
downloadNetNuke2-8b5923e40557970824d2c7cdf7f181a87c9c424d.tar.gz
ncurses support
Diffstat (limited to 'src')
-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 563b490..d14b3bd 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -1,7 +1,7 @@
sbin_PROGRAMS= netnuke
netnuke_CFLAGS=-Wall -W -Wstrict-prototypes -I../include -static
-netnuke_LDFLAGS=-L../libsysfs -lpthread -lsysfs -all-static
+netnuke_LDFLAGS=-L../libsysfs -lncurses -lpthread -lsysfs -all-static
netnuke_SOURCES= bus.c \
misc.c \
diff --git a/src/Makefile.in b/src/Makefile.in
index 47723f9..bd9829b 100644
--- a/src/Makefile.in
+++ b/src/Makefile.in
@@ -185,7 +185,7 @@ top_build_prefix = @top_build_prefix@
top_builddir = @top_builddir@
top_srcdir = @top_srcdir@
netnuke_CFLAGS = -Wall -W -Wstrict-prototypes -I../include -static
-netnuke_LDFLAGS = -L../libsysfs -lpthread -lsysfs -all-static
+netnuke_LDFLAGS = -L../libsysfs -lncurses -lpthread -lsysfs -all-static
netnuke_SOURCES = bus.c \
misc.c \
netnuke.c \