summaryrefslogtreecommitdiffstats
path: root/sounds/Makefile.am
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2013-07-28 02:30:20 +0200
committerSlávek Banko <slavek.banko@axis.cz>2013-07-28 02:30:20 +0200
commit48a589b8c526b34e79e8cdddc4cb7f5fc7b76815 (patch)
tree0f30d90998669b60a0aa840f824cc3d4ea7ddc66 /sounds/Makefile.am
downloadkshutdown-48a589b8c526b34e79e8cdddc4cb7f5fc7b76815.tar.gz
kshutdown-48a589b8c526b34e79e8cdddc4cb7f5fc7b76815.zip
Initial import of kshutdown 1.0.4
Diffstat (limited to 'sounds/Makefile.am')
-rw-r--r--sounds/Makefile.am10
1 files changed, 10 insertions, 0 deletions
diff --git a/sounds/Makefile.am b/sounds/Makefile.am
new file mode 100644
index 0000000..1cab2f5
--- /dev/null
+++ b/sounds/Makefile.am
@@ -0,0 +1,10 @@
+eventsrcdir = $(kde_datadir)/kshutdown
+eventsrc_DATA = eventsrc
+
+soundsdir = $(kde_datadir)/kshutdown/sounds
+sounds_DATA = \
+ COPYRIGHT \
+ 1m.ogg \
+ 5m.ogg
+
+EXTRA_DIST = $(eventsrc_DATA) $(sounds_DATA)