diff options
| author | Felix Domke <tmbinc@2mac.waldobjekt.org> | 2009-06-19 19:09:06 +0200 |
|---|---|---|
| committer | Felix Domke <tmbinc@2mac.waldobjekt.org> | 2009-06-19 19:09:06 +0200 |
| commit | 4e3471bb70425fb05c3a3cd41ac1756d001307ab (patch) | |
| tree | 6f34a19adde73b5ecb60439bc61699c63593d1ad /lib/python/Plugins/Extensions/Modem/Makefile.am | |
| parent | e3922901f71a44a74c320504a4a61f7b2906aaf2 (diff) | |
| parent | 3455b60a05c4c3f7a59c2e5949f132bb04134969 (diff) | |
| download | enigma2-4e3471bb70425fb05c3a3cd41ac1756d001307ab.tar.gz enigma2-4e3471bb70425fb05c3a3cd41ac1756d001307ab.zip | |
Merge branch 'master' of git.opendreambox.org:/git/enigma2
Diffstat (limited to 'lib/python/Plugins/Extensions/Modem/Makefile.am')
| -rw-r--r-- | lib/python/Plugins/Extensions/Modem/Makefile.am | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/lib/python/Plugins/Extensions/Modem/Makefile.am b/lib/python/Plugins/Extensions/Modem/Makefile.am new file mode 100644 index 00000000..3fc61053 --- /dev/null +++ b/lib/python/Plugins/Extensions/Modem/Makefile.am @@ -0,0 +1,7 @@ +installdir = $(LIBDIR)/enigma2/python/Plugins/Extensions/Modem + +install_PYTHON = \ + __init__.py \ + plugin.py + +install_DATA = keymap.xml
\ No newline at end of file |
