mirror of
https://github.com/VCMP-SqMod/SqMod.git
synced 2025-06-19 00:27:13 +02:00
Backport MaxmindDB.
This commit is contained in:
10
vendor/MaxmindDB/bin/Makefile.am
vendored
Normal file
10
vendor/MaxmindDB/bin/Makefile.am
vendored
Normal 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
|
Reference in New Issue
Block a user