1
0
mirror of https://github.com/VCMP-SqMod/SqMod.git synced 2025-06-28 21:17:11 +02:00

Integrate MaxmindDB module.

This commit is contained in:
Sandu Liviu Catalin
2020-03-22 16:33:48 +02:00
parent e46c1b0aa9
commit 3b7568f13a
88 changed files with 15336 additions and 1 deletions

10
module/Vendor/MaxmindDB/bin/Makefile.am vendored Normal file
View File

@ -0,0 +1,10 @@
include $(top_srcdir)/common.mk
AM_LDFLAGS = $(top_builddir)/src/libmaxminddb.la
bin_PROGRAMS = mmdblookup
if !WINDOWS
AM_CPPFLAGS += -pthread
AM_LDFLAGS += -pthread
endif