diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-01-10 00:18:25 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-01-10 00:18:25 +0000 |
commit | f21e5792b5084f5d008bf46f6316030c6dfb31e5 (patch) | |
tree | d51583b36aa1672bac78d98a682cdc330df27e4d /backgrounds/Makefile.am | |
download | basket-f21e5792b5084f5d008bf46f6316030c6dfb31e5.tar.gz basket-f21e5792b5084f5d008bf46f6316030c6dfb31e5.zip |
Add author-abandoned basket application
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/basket@1072339 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'backgrounds/Makefile.am')
-rw-r--r-- | backgrounds/Makefile.am | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/backgrounds/Makefile.am b/backgrounds/Makefile.am new file mode 100644 index 0000000..00c60f2 --- /dev/null +++ b/backgrounds/Makefile.am @@ -0,0 +1,15 @@ +backgroundsdir = $(kde_datadir)/basket/backgrounds +backgrounds_DATA = \ + abstract.png \ + alien-artifact.png alien-artifact.png.config \ + basket-title.png \ + green-curves.png \ + light.png \ + painting.png \ + pens.png \ + pins.png \ + rainbow-balls.png \ + rounds-line.png \ + strings.png \ + todo.png \ + working.png |