diff options
| author | Andreas Monzner <andreas.monzner@multimedia-labs.de> | 2006-12-05 13:56:06 +0000 |
|---|---|---|
| committer | Andreas Monzner <andreas.monzner@multimedia-labs.de> | 2006-12-05 13:56:06 +0000 |
| commit | 200f092160951622fbe7c3d0c207dccfab72a4be (patch) | |
| tree | 90e2f69e83c3aac678869d329888cc8e13d423ca /lib/driver | |
| parent | 767f09427a5dbfa924bcf487c09491ed34a4a7ce (diff) | |
| download | enigma2-200f092160951622fbe7c3d0c207dccfab72a4be.tar.gz enigma2-200f092160951622fbe7c3d0c207dccfab72a4be.zip | |
add possibility to enable/disable 12V Chinch output via usage setup
Diffstat (limited to 'lib/driver')
| -rw-r--r-- | lib/driver/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/driver/Makefile.am b/lib/driver/Makefile.am index 227d9279..de1271b6 100644 --- a/lib/driver/Makefile.am +++ b/lib/driver/Makefile.am @@ -4,4 +4,4 @@ INCLUDES = \ noinst_LIBRARIES = libenigma_driver.a libenigma_driver_a_SOURCES = \ - rc.cpp rcinput.cpp rcconsole.cpp avswitch.cpp rfmod.cpp etimezone.cpp + rc.cpp rcinput.cpp rcconsole.cpp avswitch.cpp rfmod.cpp etimezone.cpp misc_options.cpp |
