From 1220c504bd95022ac206986649707fea52772d54 Mon Sep 17 00:00:00 2001 From: z3APA3A <3APA3A@3proxy.ru> Date: Thu, 3 Dec 2015 14:12:06 +0300 Subject: [PATCH] remove counterutils from makefiles --- Makefile.Linux | 1 - Makefile.unix-install | 1 - 2 files changed, 2 deletions(-) diff --git a/Makefile.Linux b/Makefile.Linux index 6836464..e99ef5f 100644 --- a/Makefile.Linux +++ b/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 \ diff --git a/Makefile.unix-install b/Makefile.unix-install index 2646b26..4676dbf 100644 --- a/Makefile.unix-install +++ b/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 \