summary refs log tree commit diff stats
path: root/share/Makefile.am
diff options
context:
space:
mode:
authorTingPing <tingping@tingping.se>2013-04-17 03:45:41 -0400
committerTingPing <tingping@tingping.se>2013-04-17 03:45:41 -0400
commit02cdc57eb58ff364e0c614308be7c7383e311deb (patch)
tree73d2f3e83c44a6c5094825e4a3d4b8c031d26306 /share/Makefile.am
parentd7571ce1e3c50a43fc3ac8fa2f31e8593fef7281 (diff)
Install sound file on unix
for #542
Diffstat (limited to 'share/Makefile.am')
-rw-r--r--share/Makefile.am4
1 files changed, 3 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