summaryrefslogtreecommitdiff
path: root/navit/graphics/gd
diff options
context:
space:
mode:
authormartin-s <martin-s@ffa7fe5e-494d-0410-b361-a75ebd5db220>2009-06-18 17:36:06 +0000
committermartin-s <martin-s@ffa7fe5e-494d-0410-b361-a75ebd5db220>2009-06-18 17:36:06 +0000
commit2dd6a024ffeec443cf3c5ba74aa5ef9d24f1f141 (patch)
treef4343fe364102e6b10b3686068b8f0ba4f33ec78 /navit/graphics/gd
parent742e15347f886feb96072a79394fdfeb386c5c83 (diff)
downloadnavit-2dd6a024ffeec443cf3c5ba74aa5ef9d24f1f141.tar.gz
Fix:Core:Add -avoid-version to plugin build flags
git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@2347 ffa7fe5e-494d-0410-b361-a75ebd5db220
Diffstat (limited to 'navit/graphics/gd')
-rw-r--r--navit/graphics/gd/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/navit/graphics/gd/Makefile.am b/navit/graphics/gd/Makefile.am
index c6bfcfa5e..67fc270ac 100644
--- a/navit/graphics/gd/Makefile.am
+++ b/navit/graphics/gd/Makefile.am
@@ -1,6 +1,6 @@
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
+libgraphics_gd_la_LDFLAGS = @GD_LIBS@ -module -avoid-version
if PLUGINS
modulegraphics_LTLIBRARIES = libgraphics_gd.la
else