blob: 59341ebfcca972bcb181a2ba69699e52bda0e22d (
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 -version-info 2:0:2 -all-static
sbin_PROGRAMS= netnuke
netnuke_SOURCES= bus.c \
misc.c \
netnuke.c \
nukectl.c \
output_redirect.c
|