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?
Quote from: SharkCZ on April 26, 2007, 10:21:55 PM
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?
We're currently fighting with it. I'm really newbie to Makefile.am stuff so that could take some time :/. Anyone have some idea or experience in such situations ?
BYO
As I see, you have found a nice workaround :-)
Quote from: SharkCZ on April 27, 2007, 05:07:40 PM
As I see, you have found a nice workaround :-)
Finally got it running :D How there are (and will be) no problems with this solution.
BYO