Hi,

I have something like this,
  plugindir = $(libdir)/plugins
  plugin_LTLIBRARIES =
and
  plugin_LTLIBRARIES += libfoo.la
  libfoo_la_SOURCES = foo.cc
  libfoo_la_LDFLAGS = "-no-undefined"

Now when I do 'make install' with --prefix=install I see this, 
on linux, I get install/lib/plugins/libfoo.so
on windows, I get install/lib/bin/libfoo-0.dll

Any idea why the dll isn't going into the plugins dir and why
it is going into lib/bin?

Thanks,
Bob Rossi


_______________________________________________
http://lists.gnu.org/mailman/listinfo/libtool

Reply via email to