1
1
mirror of https://github.com/jrbrtsn/ban2fail synced 2024-06-20 13:58:02 +00:00

Updated Makefile

This commit is contained in:
john 2019-12-01 13:06:18 -05:00
parent 4e6635a722
commit 5e133d66f4

@ -15,21 +15,23 @@ src := \
ban2fail.c \ ban2fail.c \
cfgmap.c \ cfgmap.c \
cntry.c \ cntry.c \
ez_dirent.c \ es.c \
ez_gzfile.c \ ez_es.c \
ez_stdio.c \ ez_libc.c \
ez_stdlib.c \ ez_libz.c \
iptables.c \ iptables.c \
logType.c \ logType.c \
logEntry.c \ logEntry.c \
logFile.c \ logFile.c \
map.c \ map.c \
maxoff.c \ maxoff.c \
msgqueue.c \
pdns.c \
ptrvec.c \ ptrvec.c \
str.c \ str.c \
util.c \ util.c \
libs := z crypto GeoIP libs := z crypto GeoIP pthread
endif endif
######################################## ########################################