Hi,

In Makefile-plugins.in, there is a loop which installs all the
plugins with INSTALL_PROGRAM

Another devleoper suggested these should be INSTALL_DATA

Would anyone like to comment?

Roger

p.s. the code fragment from Makefile-plgins.in is

install-plugins: plugins
        $(mkinstalldirs) $(DESTDIR)$(libdir)/freeamp/plugins
        @list=`ls plugins/*.*`; for p in $$list; do \
          if test -f $$p; then \
            echo "  $(INSTALL_PROGRAM) $$p
$(DESTDIR)$(libdir)/freeamp/`echo $$p|sed '$(transform)'`"; \
             $(INSTALL_PROGRAM) $$p $(DESTDIR)$(libdir)/freeamp/`echo
$$p|sed '$(transform)'`; \
          else :; fi; \
        done
        $(INSTALL_DATA) $(srcdir)/ftc/winamp/winamp_theme.xml
           $(DESTDIR)$(libdir)/freeamp/plugins/winamp_theme.xml


--
Roger Hardiman
Strathclyde Uni Telepresence Research Group, Glasgow, Scotland.
http://www.telepresence.strath.ac.uk      0141 548 2897
[EMAIL PROTECTED]
_______________________________________________
[EMAIL PROTECTED]
http://www.freeamp.org/mailman/listinfo/freeamp-dev

Reply via email to