[mythtv] mythvideo DB enhancement

George Nassas gnassas at mac.com
Wed Jan 9 14:41:26 UTC 2008


On 7-Jan-08, at 6:08 PM, Nigel Pearson wrote:

> Maybe "make install" should also
>
> ln -s $$PREFIX/include/mythtv $$PREFIX/include/mythtv/libmyth


I added this to libmyth.pro:

unix:  inc.extra = ln -s $${PREFIX}/include/mythtv/ $${PREFIX}/ 
include/mythtv/libmyth
!unix: inc.extra = mkdir $${PREFIX}/include/mythtv/libmyth; cp *.h $$ 
{PREFIX}/include/mythtv/libmyth

The .extra stuff runs after /usr/include/mythtv is created but before  
the inc.files are installed. On Unix it makes no difference but, of  
course, on !unix it's worthless.

I'm wondering if there's a better way to accomplish the link/copy and  
also how should uninstalls be handled?

- George
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mythtv.org/pipermail/mythtv-dev/attachments/20080109/11db8ac4/attachment.htm 


More information about the mythtv-dev mailing list