aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'src/Makefile.in')
-rw-r--r--src/Makefile.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Makefile.in b/src/Makefile.in
index 48d737a..bcacb4c 100644
--- a/src/Makefile.in
+++ b/src/Makefile.in
@@ -150,6 +150,8 @@ top_build_prefix = @top_build_prefix@
top_builddir = @top_builddir@
top_srcdir = @top_srcdir@
AUTOMAKE_OPTIONS = foreign
+AM_CFLAGS = -Wall -O2 -I../include -I../sysfsutils/include -static
+AM_LDFLAGS = -lpthread -lrt
netnuke_SOURCES = bus.c \
misc.c \
netnuke.c \