[gimp] plug-in: add python-console.py back to EXTRA_DIST



commit 320a3db1338752df821987cdfed82b4ec95b2853
Author: Michael Natterer <mitch gimp org>
Date:   Wed May 31 23:38:22 2017 +0200

    plug-in: add python-console.py back to EXTRA_DIST
    
    and change variable names to be like the ones of the main python
    plug-in dir.

 plug-ins/pygimp/plug-ins/Makefile.am |    9 +++++----
 1 files changed, 5 insertions(+), 4 deletions(-)
---
diff --git a/plug-ins/pygimp/plug-ins/Makefile.am b/plug-ins/pygimp/plug-ins/Makefile.am
index 50a7aef..5d04c86 100644
--- a/plug-ins/pygimp/plug-ins/Makefile.am
+++ b/plug-ins/pygimp/plug-ins/Makefile.am
@@ -25,8 +25,9 @@ pluginexec_SCRIPTS = $(scripts)
 
 # python-console has a data file.
 # Therefore let's move it to its own sub-directory.
-pythonconsoledir = $(gimpplugindir)/plug-ins/python-console
-pythonconsole_SCRIPTS = python-console.py
-dist_pythonconsole_DATA = pyconsole.py
+consoleexecdir = $(gimpplugindir)/plug-ins/python-console
+console_scripts = python-console.py
+consoleexec_SCRIPTS = $(console_scripts)
+consoleexec_DATA = pyconsole.py
 
-EXTRA_DIST = $(scripts) $(test_scripts)
+EXTRA_DIST = $(scripts) $(test_scripts) $(console_scripts)


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]