summary refs log tree commit diff stats
path: root/share
diff options
context:
space:
mode:
Diffstat (limited to 'share')
-rw-r--r--share/Makefile.am4
-rw-r--r--share/sounds/Makefile.am11
2 files changed, 14 insertions, 1 deletions
diff --git a/share/Makefile.am b/share/Makefile.am
index 6d143b61..8c31642a 100644
--- a/share/Makefile.am
+++ b/share/Makefile.am
@@ -1,3 +1,5 @@
 if DO_GTK
-SUBDIRS = icons misc
+SUBDIRS = icons sounds misc
+else
+SUBDIRS = sounds
 endif
diff --git a/share/sounds/Makefile.am b/share/sounds/Makefile.am
new file mode 100644
index 00000000..b71011c9
--- /dev/null
+++ b/share/sounds/Makefile.am
@@ -0,0 +1,11 @@
+sound_DATA = beep.wav
+sounddir = $(datadir)/sounds/freedesktop/stereo
+
+UPDATE_SOUND_CACHE = touch -m $(datadir)/sounds/freedesktop || :
+
+install-data-hook:
+	mv -f $(datadir)/sounds/freedesktop/stereo/beep.wav $(datadir)/sounds/freedesktop/stereo/hexchat_beep.wav
+	$(UPDATE_SOUND_CACHE);
+
+uninstall-hook:
+	$(UPDATE_SOUND_CACHE);