Fix:graphics_gd:Fixed double definition
authormartin-s <martin-s@ffa7fe5e-494d-0410-b361-a75ebd5db220>
Mon, 26 Jan 2009 08:19:09 +0000 (08:19 +0000)
committermartin-s <martin-s@ffa7fe5e-494d-0410-b361-a75ebd5db220>
Mon, 26 Jan 2009 08:19:09 +0000 (08:19 +0000)
git-svn-id: https://navit.svn.sourceforge.net/svnroot/navit/trunk@1969 ffa7fe5e-494d-0410-b361-a75ebd5db220

navit/navit/graphics/gd/Makefile.am

index cb375b1..c6bfcfa 100644 (file)
@@ -1,10 +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@
+libgraphics_gd_la_LDFLAGS = @GD_LIBS@ -module
 if PLUGINS
 modulegraphics_LTLIBRARIES = libgraphics_gd.la
 else
 noinst_LTLIBRARIES = libgraphics_gd.la
 endif
 libgraphics_gd_la_SOURCES = graphics_gd.c
-libgraphics_gd_la_LDFLAGS = -module