aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am8
1 files changed, 3 insertions, 5 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index d47e3ca..563b490 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -1,10 +1,8 @@
-AUTOMAKE_OPTIONS = foreign
-
-AM_CFLAGS=-Wall -W -Wstrict-prototypes -I../include -static
-AM_LDFLAGS=-L../libsysfs -lpthread -lsysfs -all-static
-
sbin_PROGRAMS= netnuke
+netnuke_CFLAGS=-Wall -W -Wstrict-prototypes -I../include -static
+netnuke_LDFLAGS=-L../libsysfs -lpthread -lsysfs -all-static
+
netnuke_SOURCES= bus.c \
misc.c \
netnuke.c \