blob: 7fcef2de2bae12d8e09de9ad93f80e7bcdd6c76f (
plain)
1
2
3
4
5
6
7
8
9
|
include $(top_srcdir)/Makefile.inc
AM_CPPFLAGS = @NAVIT_CFLAGS@ -I$(top_srcdir)/navit -DMODULE=map_mg
if PLUGINS
modulemap_LTLIBRARIES = libmap_mg.la
else
noinst_LTLIBRARIES = libmap_mg.la
endif
libmap_mg_la_SOURCES = map.c block.c town.c tree.c poly.c street.c mg.h
libmap_mg_la_LDFLAGS = -module -avoid-version
|