summaryrefslogtreecommitdiffstats
path: root/src/fluent-bit/plugins/filter_geoip2/libmaxminddb/bin/Makefile.am
blob: c00ba95b590c5be222856fba46d0c932b97fd3f5 (plain)
1
2
3
4
5
6
7
8
9
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