blob: d47e3cad9d5a2db34dbce7d196c63688d5113ce5 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
AUTOMAKE_OPTIONS = foreign
AM_CFLAGS=-Wall -W -Wstrict-prototypes -I../include -static
AM_LDFLAGS=-L../libsysfs -lpthread -lsysfs -all-static
sbin_PROGRAMS= netnuke
netnuke_SOURCES= bus.c \
misc.c \
netnuke.c \
nukectl.c \
output_redirect.c
|