diff options
Diffstat (limited to 'lib/python/Plugins/SystemPlugins/VideoEnhancement/Makefile.am')
| -rwxr-xr-x | lib/python/Plugins/SystemPlugins/VideoEnhancement/Makefile.am | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/lib/python/Plugins/SystemPlugins/VideoEnhancement/Makefile.am b/lib/python/Plugins/SystemPlugins/VideoEnhancement/Makefile.am new file mode 100755 index 00000000..2b084d2d --- /dev/null +++ b/lib/python/Plugins/SystemPlugins/VideoEnhancement/Makefile.am @@ -0,0 +1,11 @@ +installdir = $(pkglibdir)/python/Plugins/SystemPlugins/VideoEnhancement + +SUBDIRS = meta + +install_PYTHON = \ + __init__.py \ + plugin.py \ + VideoEnhancement.py + +dist_install_DATA = \ + LICENSE |
