diff options
| author | Felix Domke <tmbinc@elitedvb.net> | 2006-07-14 23:20:58 +0000 |
|---|---|---|
| committer | Felix Domke <tmbinc@elitedvb.net> | 2006-07-14 23:20:58 +0000 |
| commit | c2028c9cf56b0c23813bcbf0fae06f3123bbadd0 (patch) | |
| tree | b5c0bfde284361ede4a0b55be1125727c25d0dd1 /lib/python/Plugins/Extensions/FritzCall/Makefile.am | |
| parent | 0ed1aef997a6b256712f14aeb477c676554b6ffc (diff) | |
| download | enigma2-c2028c9cf56b0c23813bcbf0fae06f3123bbadd0.tar.gz enigma2-c2028c9cf56b0c23813bcbf0fae06f3123bbadd0.zip | |
add FritzCall (uses twisted to display incoming calls on a fritzbox fon on screen)
Diffstat (limited to 'lib/python/Plugins/Extensions/FritzCall/Makefile.am')
| -rw-r--r-- | lib/python/Plugins/Extensions/FritzCall/Makefile.am | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/python/Plugins/Extensions/FritzCall/Makefile.am b/lib/python/Plugins/Extensions/FritzCall/Makefile.am new file mode 100644 index 00000000..e3905e1a --- /dev/null +++ b/lib/python/Plugins/Extensions/FritzCall/Makefile.am @@ -0,0 +1,6 @@ +installdir = $(LIBDIR)/enigma2/python/Plugins/Extensions/FritzCall + +install_PYTHON = \ + __init__.py \ + plugin.py + |
