diff options
author | akashihi <akashihi@ffa7fe5e-494d-0410-b361-a75ebd5db220> | 2010-06-08 08:32:16 +0000 |
---|---|---|
committer | akashihi <akashihi@ffa7fe5e-494d-0410-b361-a75ebd5db220> | 2010-06-08 08:32:16 +0000 |
commit | 43c8113dc6af152f84f92d7af3b3d37931ed4145 (patch) | |
tree | fc1b87504691ffaf52c604c26c7ab2cf8d16f9e3 /navit | |
parent | 49ac6d8d1e2d904ac8635d99d1d046e70d6f7d91 (diff) | |
download | navit-43c8113dc6af152f84f92d7af3b3d37931ed4145.tar.gz |
Fix:core:ow autoload plugins installed to the right place
git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@3346 ffa7fe5e-494d-0410-b361-a75ebd5db220
Diffstat (limited to 'navit')
-rw-r--r-- | navit/autoload/osso/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/navit/autoload/osso/Makefile.am b/navit/autoload/osso/Makefile.am index 6f9aae2f5..bb965beb3 100644 --- a/navit/autoload/osso/Makefile.am +++ b/navit/autoload/osso/Makefile.am @@ -1,6 +1,6 @@ include $(top_srcdir)/Makefile.inc AM_CPPFLAGS = @NAVIT_CFLAGS@ @LIBOSSO_CFLAGS@ -I$(top_srcdir) -I$(top_srcdir)/navit -DMODULE=plugin_osso -moduleplugin_LTLIBRARIES = libplugin_osso.la +moduleautoload_LTLIBRARIES = libplugin_osso.la libplugin_osso_la_LDFLAGS=-module -avoid-version @NAVIT_MODULE_LDFLAGS@ @LIBOSSO_LIBS@ #-Wl,--no-undefined libplugin_osso_la_SOURCES = osso.c |