diff options
author | Alan Brault <alan.brault@incruentatus.net> | 2010-12-05 17:53:00 -0500 |
---|---|---|
committer | Alan Brault <alan.brault@incruentatus.net> | 2010-12-05 17:53:00 -0500 |
commit | a9d6e3c421202a9be3d36d6632539be29d3c0a50 (patch) | |
tree | c3667f852ae5b74d7393c69101fa05b6c6a8d346 | |
parent | 9b5516fc075ad6a19b63646268d88098afe0963c (diff) | |
download | NetNuke2-a9d6e3c421202a9be3d36d6632539be29d3c0a50.tar.gz |
Move NetNuke binary from bin to sbin
-rw-r--r-- | src/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 3501554..2d2f7fc 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -3,7 +3,7 @@ AUTOMAKE_OPTIONS = foreign AM_CFLAGS= -Wall -O2 -I$(top_srcdir)/include netnuke_LDFLAGS= -lpthread -bin_PROGRAMS = netnuke +sbin_PROGRAMS = netnuke netnuke_SOURCES = bus.c \ misc.c \ |