aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
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 \