summaryrefslogtreecommitdiffstats
path: root/src/fluent-bit/plugins/filter_geoip2/libmaxminddb/bin/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/fluent-bit/plugins/filter_geoip2/libmaxminddb/bin/Makefile.am')
-rw-r--r--src/fluent-bit/plugins/filter_geoip2/libmaxminddb/bin/Makefile.am10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/fluent-bit/plugins/filter_geoip2/libmaxminddb/bin/Makefile.am b/src/fluent-bit/plugins/filter_geoip2/libmaxminddb/bin/Makefile.am
deleted file mode 100644
index c00ba95b5..000000000
--- a/src/fluent-bit/plugins/filter_geoip2/libmaxminddb/bin/Makefile.am
+++ /dev/null
@@ -1,10 +0,0 @@
-include $(top_srcdir)/common.mk
-
-AM_LDFLAGS = $(top_builddir)/src/libmaxminddb.la
-
-bin_PROGRAMS = mmdblookup
-
-if !WINDOWS
-AM_CPPFLAGS += -pthread
-AM_LDFLAGS += -pthread
-endif