X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/edf2e7b1a646ca0a35ac2bc92e97a4b4b29c74f7..f4d23a9c5572d9800379d49be1a5d193fc9db316:/lib/python/Plugins/SystemPlugins/Videomode/Makefile.am diff --git a/lib/python/Plugins/SystemPlugins/Videomode/Makefile.am b/lib/python/Plugins/SystemPlugins/Videomode/Makefile.am index 412c80cd..2ec0b335 100644 --- a/lib/python/Plugins/SystemPlugins/Videomode/Makefile.am +++ b/lib/python/Plugins/SystemPlugins/Videomode/Makefile.am @@ -1,8 +1,19 @@ -installdir = $(LIBDIR)/enigma2/python/Plugins/SystemPlugins/Videomode +installdir = $(pkglibdir)/python/Plugins/SystemPlugins/Videomode + +SUBDIRS = meta install_PYTHON = \ __init__.py \ plugin.py \ VideoHardware.py \ - VideoWizard.py \ - videowizard.xml + VideoWizard.py + +dist_install_DATA = \ + DVI.png \ + lcd_DVI.png \ + lcd_Scart.png \ + lcd_YPbPr.png \ + LICENSE \ + Scart.png \ + videowizard.xml \ + YPbPr.png