summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorTingPing <tngpng@gmail.com>2013-04-17 06:02:17 -0300
committerTingPing <tngpng@gmail.com>2013-04-17 06:02:17 -0300
commit9790151ec063720bc3fb782a0964cf4213f4b75a (patch)
tree4551e67607b25940dab017b1c629a3e224176574
parent3fbea449b50f5d37f0aaa4844028507f0d2bcedf (diff)
beep sound is gtk only
-rw-r--r--share/Makefile.am2
1 files changed, 0 insertions, 2 deletions
diff --git a/share/Makefile.am b/share/Makefile.am
index 8c31642a..5c331fd1 100644
--- a/share/Makefile.am
+++ b/share/Makefile.am
@@ -1,5 +1,3 @@
 if DO_GTK
 SUBDIRS = icons sounds misc
-else
-SUBDIRS = sounds
 endif