mirror of
https://github.com/VCMP-SqMod/SqMod.git
synced 2026-07-23 00:47:13 +02:00
Integrate MaxmindDB module.
This commit is contained in:
+10
@@ -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
|
||||
Reference in New Issue
Block a user