tinyproxy should be installed into the /sbin directory rather than the
/bin directory since it's a network daemon.
This commit is contained in:
parent
82f7a5cba6
commit
0a1f83bbe5
@ -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@
|
YFLAGS = @YFLAGS@
|
||||||
LDFLAGS = @LDFLAGS@
|
LDFLAGS = @LDFLAGS@
|
||||||
|
|
||||||
bin_PROGRAMS = tinyproxy
|
sbin_PROGRAMS = tinyproxy
|
||||||
|
|
||||||
tinyproxy_SOURCES = \
|
tinyproxy_SOURCES = \
|
||||||
acl.c acl.h \
|
acl.c acl.h \
|
||||||
|
Loading…
Reference in New Issue
Block a user