diff options
| author | Felix Domke <tmbinc@elitedvb.net> | 2005-07-27 22:43:58 +0000 |
|---|---|---|
| committer | Felix Domke <tmbinc@elitedvb.net> | 2005-07-27 22:43:58 +0000 |
| commit | f51c8ddf3d774e5dbfc04ab546aa2ea6c7225172 (patch) | |
| tree | d7339adf11e3ea50c7ee0079bbf3d95f8c2275c3 /lib/python/Components/Makefile.am | |
| parent | f18f3a61a441d409193a80bdcb4fb6517982dd00 (diff) | |
| download | enigma2-f51c8ddf3d774e5dbfc04ab546aa2ea6c7225172.tar.gz enigma2-f51c8ddf3d774e5dbfc04ab546aa2ea6c7225172.zip | |
- first step on installing enigma2 files
Diffstat (limited to 'lib/python/Components/Makefile.am')
| -rw-r--r-- | lib/python/Components/Makefile.am | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/lib/python/Components/Makefile.am b/lib/python/Components/Makefile.am new file mode 100644 index 00000000..d9b3890e --- /dev/null +++ b/lib/python/Components/Makefile.am @@ -0,0 +1,9 @@ +installdir = $(LIBDIR)/enigma2/python/Components + +install_DATA = \ + ActionMap.py GUISkin.py PerServiceDisplay.py TimeInput.py components.py \ + Button.py HTMLComponent.py ProgressBar.py TimerList.py config.py \ + Clock.py HTMLSkin.py ServiceList.py VariableText.py \ + ConfigList.py Header.py ServiceName.py VariableValue.py \ + EventInfo.py Label.py ServiceScan.py VolumeBar.py \ + GUIComponent.py MenuList.py TextInput.py __init__.py |
