I have problems with installing libwxsmith.so into the plugin dir and libwxsmithlib.so into the lib dir. They both end in the lib dir, system is Fedora 7-to-be. The Makefile.am file contains the "per-target" following overrided libdir:
libwxsmith_la_libdir = $(libdir)/plugins
libwxsmithlib_la_libdir = $(libdir)
but they are not used in the generated Makefile. Should it really work?