Browse Source

remove counterutils from makefiles

z3APA3A 10 năm trước cách đây
mục cha
commit
1220c504bd
2 tập tin đã thay đổi với 0 bổ sung2 xóa
  1. 0 1
      Makefile.Linux
  2. 0 1
      Makefile.unix-install

+ 0 - 1
Makefile.Linux

@@ -44,7 +44,6 @@ INSTALL		= /usr/bin/install
 INSTALL_BIN	= $(INSTALL) -m 755
 INSTALL_DATA	= $(INSTALL) -m 644
 INSTALL_OBJS	= src/3proxy \
-		  src/countersutil \
 		  src/dighosts \
 		  src/ftppr \
 		  src/mycrypt \

+ 0 - 1
Makefile.unix-install

@@ -7,7 +7,6 @@ INSTALL		= /usr/bin/install
 INSTALL_BIN	= $(INSTALL) -m 755
 INSTALL_DATA	= $(INSTALL) -m 644
 INSTALL_OBJS	= src/3proxy \
-		  src/countersutil \
 		  src/dighosts \
 		  src/ftppr \
 		  src/mycrypt \