File: Makefile.am

package info (click to toggle)
python-maxminddb 2.8.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 6,580 kB
  • sloc: ansic: 7,251; python: 1,520; perl: 987; makefile: 273; sh: 191
file content (14 lines) | stat: -rw-r--r-- 217 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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