diff options
author | Robert James Kaes <rjkaes@users.sourceforge.net> | 2002-05-02 17:34:58 +0000 |
---|---|---|
committer | Robert James Kaes <rjkaes@users.sourceforge.net> | 2002-05-02 17:34:58 +0000 |
commit | 0a1f83bbe5619f3f17435880d9ec0afbe11bfc31 (patch) | |
tree | 0e1c1e76e56e964ac3155099afa3b092354f53db /src | |
parent | 82f7a5cba6fc333372907bb540a00cdafc88f86b (diff) | |
download | tinyproxy-0a1f83bbe5619f3f17435880d9ec0afbe11bfc31.tar.gz tinyproxy-0a1f83bbe5619f3f17435880d9ec0afbe11bfc31.zip |
tinyproxy should be installed into the /sbin directory rather than the
/bin directory since it's a network daemon.
Diffstat (limited to '')
-rw-r--r-- | src/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 6c14bfe..987ef6b 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,4 +1,4 @@ -# $Id: Makefile.am,v 1.11 2002-04-10 21:51:01 rjkaes Exp $ +# $Id: Makefile.am,v 1.12 2002-05-02 17:34:58 rjkaes Exp $ # # # @@ -18,7 +18,7 @@ YFLAGS = @YFLAGS@ LDFLAGS = @LDFLAGS@ -bin_PROGRAMS = tinyproxy +sbin_PROGRAMS = tinyproxy tinyproxy_SOURCES = \ acl.c acl.h \ |