diff options
Diffstat (limited to 'kchart/templates/Makefile.am')
-rw-r--r-- | kchart/templates/Makefile.am | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/kchart/templates/Makefile.am b/kchart/templates/Makefile.am new file mode 100644 index 00000000..5c5325ac --- /dev/null +++ b/kchart/templates/Makefile.am @@ -0,0 +1,9 @@ +template_DATA = .directory BarChart.desktop Empty.desktop +templatedir = $(kde_datadir)/kchart/templates/chart + +templatesrc_DATA = BarChart.chrt Empty.chrt +templatesrcdir = $(kde_datadir)/kchart/templates/chart/.source + +kcharticondir = $(kde_datadir)/kchart/icons +kcharticon_ICON = AUTO + |