diff options
author | hasufell <julian.ospald@googlemail.com> | 2013-03-31 16:59:49 +0200 |
---|---|---|
committer | hasufell <julian.ospald@googlemail.com> | 2013-03-31 16:59:49 +0200 |
commit | 9ae63cf05d99865d03ddbcdf9f083d825fa212a4 (patch) | |
tree | 7af73b4bd44ffadbca99f713be231c0c15db7758 /share/Makefile.am | |
parent | ae5d7e29e3dd3fe60007c718c5336875eec81081 (diff) |
MAKE: don't include icons and desktop file for non-gtk builds
Diffstat (limited to 'share/Makefile.am')
-rw-r--r-- | share/Makefile.am | 2 |
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 |