summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorhasufell <julian.ospald@googlemail.com>2013-03-31 16:59:49 +0200
committerhasufell <julian.ospald@googlemail.com>2013-03-31 16:59:49 +0200
commit9ae63cf05d99865d03ddbcdf9f083d825fa212a4 (patch)
tree7af73b4bd44ffadbca99f713be231c0c15db7758
parentae5d7e29e3dd3fe60007c718c5336875eec81081 (diff)
MAKE: don't include icons and desktop file for non-gtk builds
-rw-r--r--share/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/share/Makefile.am b/share/Makefile.am
index f265b88e..6d143b61 100644
--- a/share/Makefile.am
+++ b/share/Makefile.am
@@ -1 +1,3 @@
+if DO_GTK
 SUBDIRS = icons misc
+endif