aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.am
blob: e06e09bbc4bce1da965a933a6eeae24b694b707b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
AUTOMAKE_OPTIONS = foreign

AM_CFLAGS= -Wall -O2 -I$(top_srcdir)/include -static
netnuke_LDFLAGS= -lpthread

bin_PROGRAMS = netnuke

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