From: Felix Domke Date: Fri, 21 Dec 2007 00:10:23 +0000 (+0000) Subject: add videomode plugin to makefile X-Git-Tag: 2.6.0~1645 X-Git-Url: https://git.cweiske.de/enigma2.git/commitdiff_plain/a77b04e93ff947170098f105d9780cea501fd84d add videomode plugin to makefile --- diff --git a/configure.ac b/configure.ac index 5838c3fd..a9994b41 100644 --- a/configure.ac +++ b/configure.ac @@ -89,6 +89,7 @@ lib/python/Plugins/SystemPlugins/ConfigurationBackup/Makefile lib/python/Plugins/SystemPlugins/Satfinder/Makefile lib/python/Plugins/SystemPlugins/SkinSelector/Makefile lib/python/Plugins/SystemPlugins/SatelliteEquipmentControl/Makefile +lib/python/Plugins/SystemPlugins/Videomode/Makefile lib/python/Plugins/DemoPlugins/Makefile lib/python/Plugins/DemoPlugins/TestPlugin/Makefile lib/python/Plugins/Extensions/Makefile diff --git a/lib/python/Plugins/SystemPlugins/Makefile.am b/lib/python/Plugins/SystemPlugins/Makefile.am index 80d8101a..a0863f90 100644 --- a/lib/python/Plugins/SystemPlugins/Makefile.am +++ b/lib/python/Plugins/SystemPlugins/Makefile.am @@ -1 +1 @@ -SUBDIRS = SoftwareUpdate FrontprocessorUpgrade PositionerSetup ConfigurationBackup Satfinder SkinSelector SatelliteEquipmentControl +SUBDIRS = SoftwareUpdate FrontprocessorUpgrade PositionerSetup ConfigurationBackup Satfinder SkinSelector SatelliteEquipmentControl Videomode