C.Y.M wrote: > I noticed that some of the shared objects created in ./PLUGINS/lib have a name > like libsubvdr-*.so.$(APIVERSION). (from softdevice plugin). The following > changes to the Makefile are required for proper installation and cleanup: > > --snip-- > > # Plugins: > > install-plugins: plugins > - @cp $(PLUGINDIR)/lib/libvdr-*.so.$(APIVERSION) $(PLUGINLIBDIR) > + @cp $(PLUGINDIR)/lib/*.so.$(APIVERSION) $(BINDIR)/$(PLUGINLIBDIR) > > # Source documentation: > > --snip-- Sorry, I had another change in there. Ignore "BINDIR". --snip-- # Plugins: install-plugins: plugins - @cp $(PLUGINDIR)/lib/libvdr-*.so.$(APIVERSION) $(PLUGINLIBDIR) + @cp $(PLUGINDIR)/lib/*.so.$(APIVERSION) $(PLUGINLIBDIR) # Source documentation: --snip-- BR.