[vdr] why does the Makefile not install all include files

2013-02-26 Thread Martin Gansser
why does the Makefile of e.q. vdr-1.7.32 only install the includes from include/vdr include/libsi and not the dvb* and libhd* files ? vdr Makefile: # Includes: install-includes: include-dir @mkdir -p $(DESTDIR)$(INCDIR) @cp -pLR include/vdr include/libsi $(DESTDIR)$(INCDIR) ...

Re: [vdr] why does the Makefile not install all include files

2013-02-26 Thread Klaus Schmidinger
On 26.02.2013 20:42, Martin Gansser wrote: why does the Makefile of e.q. vdr-1.7.32 only install the includes from include/vdr include/libsi and not the dvb* and libhd* files ? vdr Makefile: # Includes: install-includes: include-dir @mkdir -p $(DESTDIR)$(INCDIR) @cp -pLR