diff options
Diffstat (limited to 'languages/python/app_templates/pythonhello/Makefile.am')
-rw-r--r-- | languages/python/app_templates/pythonhello/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/languages/python/app_templates/pythonhello/Makefile.am b/languages/python/app_templates/pythonhello/Makefile.am index 2dc4f559..3d66b1a7 100644 --- a/languages/python/app_templates/pythonhello/Makefile.am +++ b/languages/python/app_templates/pythonhello/Makefile.am @@ -1,4 +1,4 @@ -dataFiles = app.py app.tdevelop pythonhello.png +dataFiles = app.py app.kdevelop pythonhello.png templateName = pythonhello ### no need to change below: template_DATA = $(templateName).kdevtemplate |