From 9790151ec063720bc3fb782a0964cf4213f4b75a Mon Sep 17 00:00:00 2001 From: TingPing Date: Wed, 17 Apr 2013 06:02:17 -0300 Subject: [PATCH] beep sound is gtk only --- share/Makefile.am | 2 -- 1 file changed, 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