mirror of
https://github.com/VCMP-SqMod/SqMod.git
synced 2025-07-01 14:37:10 +02:00
15 lines
217 B
Makefile
15 lines
217 B
Makefile
include $(top_srcdir)/common.mk
|
|
|
|
AM_LDFLAGS = $(top_builddir)/src/libmaxminddb.la
|
|
|
|
bin_PROGRAMS = mmdblookup
|
|
|
|
if WINDOWS
|
|
AM_LDFLAGS += -municode
|
|
endif
|
|
|
|
if !WINDOWS
|
|
AM_CPPFLAGS += -pthread
|
|
AM_LDFLAGS += -pthread
|
|
endif
|