aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/Makefile.am12
1 files changed, 8 insertions, 4 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 28e70a7..e06e09b 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -1,8 +1,12 @@
AUTOMAKE_OPTIONS = foreign
-AM_CPPFLAGS = -I$(top_srcdir)/include
+AM_CFLAGS= -Wall -O2 -I$(top_srcdir)/include -static
+netnuke_LDFLAGS= -lpthread
-netnuke_SOURCES = bus.c \
- misc.c \
- netnuke.c \
+bin_PROGRAMS = netnuke
+
+netnuke_SOURCES = bus.c \
+ misc.c \
+ netnuke.c \
+ nukectl.c \
output_redirect.c