diff options
Diffstat (limited to 'chalk/pics/Makefile.am')
-rw-r--r-- | chalk/pics/Makefile.am | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/chalk/pics/Makefile.am b/chalk/pics/Makefile.am new file mode 100644 index 00000000..8ce558d1 --- /dev/null +++ b/chalk/pics/Makefile.am @@ -0,0 +1,22 @@ + +chalkpics_DATA = deletelayer.png \ + lowerlayer.png \ + newlayer.png \ + raiselayer.png \ + visible.png \ + novisible.png \ + linked.png \ + unlinked.png \ + tool_screenshot.png \ + tablet.png \ + locked.png \ + unlocked.png + +# directory for pixmaps +chalkpicsdir = $(kde_datadir)/chalk/pics + +KDE_ICON = chalk + + + + |