diff options
| author | Andreas Oberritter <obi@saftware.de> | 2009-08-15 17:38:43 +0200 |
|---|---|---|
| committer | Andreas Oberritter <obi@saftware.de> | 2009-08-15 17:38:43 +0200 |
| commit | f9d2225be8ff0f3e01792f6b5550d9e051e077b4 (patch) | |
| tree | 0b92dc038f1e5c8adb7902941598a36bffb1b6ce /lib/python/Plugins/Extensions/SocketMMI/Makefile.am | |
| parent | 93119b6552ecbfebf92d96a6aef2049b0fb1f600 (diff) | |
| download | enigma2-f9d2225be8ff0f3e01792f6b5550d9e051e077b4.tar.gz enigma2-f9d2225be8ff0f3e01792f6b5550d9e051e077b4.zip | |
Makefile.am: use dist_*_DATA to include data files in tarballs
Diffstat (limited to 'lib/python/Plugins/Extensions/SocketMMI/Makefile.am')
| -rw-r--r-- | lib/python/Plugins/Extensions/SocketMMI/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/python/Plugins/Extensions/SocketMMI/Makefile.am b/lib/python/Plugins/Extensions/SocketMMI/Makefile.am index 52f9fe78..8f13a27f 100644 --- a/lib/python/Plugins/Extensions/SocketMMI/Makefile.am +++ b/lib/python/Plugins/Extensions/SocketMMI/Makefile.am @@ -8,4 +8,4 @@ install_PYTHON = \ plugin.py \ SocketMMI.py -install_DATA = LICENSE +dist_install_DATA = LICENSE |
