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/Screens/Makefile.am | |
| parent | f18f3a61a441d409193a80bdcb4fb6517982dd00 (diff) | |
| download | enigma2-f51c8ddf3d774e5dbfc04ab546aa2ea6c7225172.tar.gz enigma2-f51c8ddf3d774e5dbfc04ab546aa2ea6c7225172.zip | |
- first step on installing enigma2 files
Diffstat (limited to 'lib/python/Screens/Makefile.am')
| -rw-r--r-- | lib/python/Screens/Makefile.am | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/python/Screens/Makefile.am b/lib/python/Screens/Makefile.am new file mode 100644 index 00000000..e9eeec29 --- /dev/null +++ b/lib/python/Screens/Makefile.am @@ -0,0 +1,6 @@ +installdir = $(LIBDIR)/enigma2/python/Screens + +install_DATA = \ + ChannelSelection.py ClockDisplay.py ConfigMenu.py InfoBar.py Menu.py \ + MessageBox.py ScartLoopThrough.py Screen.py ServiceScan.py TimerEdit.py \ + __init__.py |
