vdr-1.4.0 Makefile fixes (libsubvdr)

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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.





[Index of Archives]     [Linux Media]     [Asterisk]     [DCCP]     [Netdev]     [Xorg]     [Util Linux NG]     [Xfree86]     [Big List of Linux Books]     [Fedora Users]     [Fedora Women]     [ALSA Devel]     [Linux USB]

  Powered by Linux