diff options
Diffstat (limited to 'kommander/working/plugintemplate/Makefile.am')
-rw-r--r-- | kommander/working/plugintemplate/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kommander/working/plugintemplate/Makefile.am b/kommander/working/plugintemplate/Makefile.am index 06a26086..037be656 100644 --- a/kommander/working/plugintemplate/Makefile.am +++ b/kommander/working/plugintemplate/Makefile.am @@ -3,10 +3,10 @@ dataFiles = src-Makefile.am plugin.cpp \ templateName = kommanderplugin ### no need to change below: -template_DATA = $(templateName).kdevtemplate +template_DATA = $(templateName).tdevtemplate templatedir = ${appwizarddatadir}/templates -appwizarddatadir = ${kde_datadir}/kdevappwizard +appwizarddatadir = ${kde_datadir}/tdevappwizard $(templateName).tar.gz: ${dataFiles} $(TAR) -cf $(templateName).tar -C $(srcdir) ${dataFiles} $(GZIP_COMMAND) -f9 $(templateName).tar |