summaryrefslogtreecommitdiffstats
path: root/sounds/Makefile.am
diff options
context:
space:
mode:
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)