diff options
Diffstat (limited to 'karm/pics/Makefile.am')
-rw-r--r-- | karm/pics/Makefile.am | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/karm/pics/Makefile.am b/karm/pics/Makefile.am new file mode 100644 index 000000000..c57c57a18 --- /dev/null +++ b/karm/pics/Makefile.am @@ -0,0 +1,10 @@ +pics_DATA = filedel.xpm clock.xpm clockedit.xpm empty-watch.xpm\ + watch-0.xpm watch-1.xpm watch-2.xpm watch-3.xpm \ + watch-4.xpm watch-5.xpm watch-6.xpm watch-7.xpm \ + active-icon-0.xpm active-icon-1.xpm active-icon-2.xpm \ + active-icon-3.xpm active-icon-4.xpm active-icon-5.xpm \ + active-icon-6.xpm active-icon-7.xpm \ + task-complete.xpm task-incomplete.xpm + +picsdir = $(kde_datadir)/karm/pics + |