aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am11
1 files changed, 6 insertions, 5 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 90e0f9c..eec3d16 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -3,8 +3,9 @@ sbin_PROGRAMS= netnuke
netnuke_CFLAGS=-Wall -W -Wstrict-prototypes -I../include -static
netnuke_LDFLAGS=-L../libsysfs -lssl -lncurses -lpthread -lsysfs -all-static
-netnuke_SOURCES= bus.c \
- misc.c \
- netnuke.c \
- nukectl.c \
- output_redirect.c
+netnuke_SOURCES= curses.c \
+ bus.c \
+ misc.c \
+ netnuke.c \
+ nukectl.c \
+ output_redirect.c