aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.am
blob: eec3d16d372c315dec017742bd3e689b737c35b1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
sbin_PROGRAMS= netnuke

netnuke_CFLAGS=-Wall -W -Wstrict-prototypes -I../include -static
netnuke_LDFLAGS=-L../libsysfs -lssl -lncurses -lpthread -lsysfs -all-static

netnuke_SOURCES=	curses.c    \
                    bus.c		\
			        misc.c		\
			        netnuke.c	\
			        nukectl.c	\
			        output_redirect.c