diff options
| author | Felix Domke <tmbinc@elitedvb.net> | 2007-12-21 00:10:23 +0000 |
|---|---|---|
| committer | Felix Domke <tmbinc@elitedvb.net> | 2007-12-21 00:10:23 +0000 |
| commit | a77b04e93ff947170098f105d9780cea501fd84d (patch) | |
| tree | 460285f119cf0e45057322e2c57e77799f52ad6e | |
| parent | 8e794876a901a5477427c637855965b08e2c8c6c (diff) | |
| download | enigma2-a77b04e93ff947170098f105d9780cea501fd84d.tar.gz enigma2-a77b04e93ff947170098f105d9780cea501fd84d.zip | |
add videomode plugin to makefile
| -rw-r--r-- | configure.ac | 1 | ||||
| -rw-r--r-- | lib/python/Plugins/SystemPlugins/Makefile.am | 2 |
2 files changed, 2 insertions, 1 deletions
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 |
