blob: 215a29b39967fede594f4c64e2aeb67b89002217 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
installdir = $(pkglibdir)/python/Plugins/SystemPlugins/Videomode
install_PYTHON = \
__init__.py \
plugin.py \
VideoHardware.py \
VideoWizard.py \
videowizard.xml \
*.png
dist_install_DATA = LICENSE
|