diff options
Diffstat (limited to 'graphics/gd/Makefile.am')
-rw-r--r-- | graphics/gd/Makefile.am | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/graphics/gd/Makefile.am b/graphics/gd/Makefile.am new file mode 100644 index 00000000..67fc270a --- /dev/null +++ b/graphics/gd/Makefile.am @@ -0,0 +1,9 @@ +include $(top_srcdir)/Makefile.inc +AM_CPPFLAGS = @NAVIT_CFLAGS@ @GD_CFLAGS@ -I$(top_srcdir) -I$(top_srcdir)/navit -DMODULE=graphics_gd +libgraphics_gd_la_LDFLAGS = @GD_LIBS@ -module -avoid-version +if PLUGINS +modulegraphics_LTLIBRARIES = libgraphics_gd.la +else +noinst_LTLIBRARIES = libgraphics_gd.la +endif +libgraphics_gd_la_SOURCES = graphics_gd.c |