Merge branch 'vuplus_experimental' of code.vuplus.com:/opt/repository/dvbapp into...
[vuplus_dvbapp] / lib / python / Plugins / Extensions / DLNAServer / Makefile.am
1 installdir = $(pkglibdir)/python/Plugins/Extensions/DLNAServer
2
3 SUBDIRS = meta 
4
5 install_PYTHON = \
6         dlnaserver \
7         __init__.py \
8         plugin.py 
9
10 install-data-hook:
11         @chmod +x $(DESTDIR)$(installdir)/dlnaserver
12