Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/rofl0r/proxychains-ng.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrofl0r <rofl0r@users.noreply.github.com>2020-09-23 19:00:16 +0300
committerrofl0r <rofl0r@users.noreply.github.com>2020-09-23 19:00:16 +0300
commit1e00b9ac1ee473b13c01010b32fc40dca8f0fb9b (patch)
treed7373c59b8808947a33b3077c8f77e2368315e58 /Makefile
parent1221c5e93a0e88e8a4c75927d359cb0689cf9d95 (diff)
get rid of ip_type.c
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 2dd9e9c..31ba8db 100644
--- a/Makefile
+++ b/Makefile
@@ -17,7 +17,7 @@ SRCS = $(sort $(wildcard src/*.c))
OBJS = $(SRCS:.c=.o)
LOBJS = src/nameinfo.o src/version.o \
src/core.o src/common.o src/libproxychains.o \
- src/allocator_thread.o src/ip_type.o \
+ src/allocator_thread.o \
src/hostsreader.o src/hash.o src/debug.o
GENH = src/version.h