diff options
author | Alan Brault <alan.brault@incruentatus.net> | 2010-12-05 17:49:09 -0500 |
---|---|---|
committer | Alan Brault <alan.brault@incruentatus.net> | 2010-12-05 17:49:09 -0500 |
commit | 4c6e69b79adf69d6dc0322b68dd6c3e471ff8c89 (patch) | |
tree | d3374d12eed8682aaea231c5dcbc3b4bc980358e /src | |
parent | 76070c5cf976e9f7e6c61efab7efb6d469b6ecb2 (diff) | |
download | NetNuke2-4c6e69b79adf69d6dc0322b68dd6c3e471ff8c89.tar.gz |
More cleanups
Diffstat (limited to 'src')
-rw-r--r-- | src/Makefile.am | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 28e70a7..e06e09b 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,8 +1,12 @@ AUTOMAKE_OPTIONS = foreign -AM_CPPFLAGS = -I$(top_srcdir)/include +AM_CFLAGS= -Wall -O2 -I$(top_srcdir)/include -static +netnuke_LDFLAGS= -lpthread -netnuke_SOURCES = bus.c \ - misc.c \ - netnuke.c \ +bin_PROGRAMS = netnuke + +netnuke_SOURCES = bus.c \ + misc.c \ + netnuke.c \ + nukectl.c \ output_redirect.c |