mirror of
https://github.com/3proxy/3proxy.git
synced 2026-04-28 15:10:12 +08:00
Remove udppm from build
This commit is contained in:
parent
f01c8bfee9
commit
e088a5d7f9
@ -67,7 +67,6 @@ INSTALL_OBJS = bin/3proxy \
|
|||||||
bin/proxy \
|
bin/proxy \
|
||||||
bin/socks \
|
bin/socks \
|
||||||
bin/tcppm \
|
bin/tcppm \
|
||||||
bin/udppm \
|
|
||||||
bin/tlspr
|
bin/tlspr
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -67,8 +67,7 @@ INSTALL_OBJS = src/3proxy \
|
|||||||
src/pop3p \
|
src/pop3p \
|
||||||
src/proxy \
|
src/proxy \
|
||||||
src/socks \
|
src/socks \
|
||||||
src/tcppm \
|
src/tcppm
|
||||||
src/udppm
|
|
||||||
|
|
||||||
|
|
||||||
INSTALL_CFG_OBJS = scripts/3proxy.cfg \
|
INSTALL_CFG_OBJS = scripts/3proxy.cfg \
|
||||||
|
|||||||
@ -38,7 +38,6 @@ make clean
|
|||||||
/bin/proxy
|
/bin/proxy
|
||||||
/bin/socks
|
/bin/socks
|
||||||
/bin/tcppm
|
/bin/tcppm
|
||||||
/bin/udppm
|
|
||||||
/bin/tlspr
|
/bin/tlspr
|
||||||
%config(noreplace) /etc/3proxy/3proxy.cfg
|
%config(noreplace) /etc/3proxy/3proxy.cfg
|
||||||
/etc/3proxy/conf
|
/etc/3proxy/conf
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user