diff options
author | TingPing <tngpng@gmail.com> | 2013-04-17 06:02:17 -0300 |
---|---|---|
committer | TingPing <tngpng@gmail.com> | 2013-04-17 06:02:17 -0300 |
commit | 9790151ec063720bc3fb782a0964cf4213f4b75a (patch) | |
tree | 4551e67607b25940dab017b1c629a3e224176574 | |
parent | 3fbea449b50f5d37f0aaa4844028507f0d2bcedf (diff) |
beep sound is gtk only
-rw-r--r-- | share/Makefile.am | 2 |
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 |