summaryrefslogtreecommitdiff
path: root/navit/graphics/android/Makefile.am
blob: a625edd1c1cf29641f8b67b6c2f09701a722a54a (plain)
1
2
3
4
5
6
7
8
9
include $(top_srcdir)/Makefile.inc
AM_CPPFLAGS = @NAVIT_CFLAGS@ -I$(top_srcdir)/navit -DMODULE=graphics_android
if PLUGINS
modulegraphics_LTLIBRARIES = libgraphics_android.la
else
noinst_LTLIBRARIES = libgraphics_android.la
endif
libgraphics_android_la_SOURCES = graphics_android.c
libgraphics_android_la_LDFLAGS = -module -avoid-version @NAVIT_MODULE_LDFLAGS@