mirror of
https://github.com/3proxy/3proxy.git
synced 2025-02-23 10:35:40 +08:00
remove counterutils from makefiles
This commit is contained in:
parent
b2e415b8cb
commit
1220c504bd
@ -44,7 +44,6 @@ INSTALL = /usr/bin/install
|
|||||||
INSTALL_BIN = $(INSTALL) -m 755
|
INSTALL_BIN = $(INSTALL) -m 755
|
||||||
INSTALL_DATA = $(INSTALL) -m 644
|
INSTALL_DATA = $(INSTALL) -m 644
|
||||||
INSTALL_OBJS = src/3proxy \
|
INSTALL_OBJS = src/3proxy \
|
||||||
src/countersutil \
|
|
||||||
src/dighosts \
|
src/dighosts \
|
||||||
src/ftppr \
|
src/ftppr \
|
||||||
src/mycrypt \
|
src/mycrypt \
|
||||||
|
@ -7,7 +7,6 @@ INSTALL = /usr/bin/install
|
|||||||
INSTALL_BIN = $(INSTALL) -m 755
|
INSTALL_BIN = $(INSTALL) -m 755
|
||||||
INSTALL_DATA = $(INSTALL) -m 644
|
INSTALL_DATA = $(INSTALL) -m 644
|
||||||
INSTALL_OBJS = src/3proxy \
|
INSTALL_OBJS = src/3proxy \
|
||||||
src/countersutil \
|
|
||||||
src/dighosts \
|
src/dighosts \
|
||||||
src/ftppr \
|
src/ftppr \
|
||||||
src/mycrypt \
|
src/mycrypt \
|
||||||
|
Loading…
Reference in New Issue
Block a user