aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.am
blob: 563b490d660d259d9e0ed9824d527ffd7d82c0eb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
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	\
			nukectl.c	\
			output_redirect.c