diff options
author | TingPing <tngpng@gmail.com> | 2013-04-01 02:05:23 -0700 |
---|---|---|
committer | TingPing <tngpng@gmail.com> | 2013-04-01 02:05:23 -0700 |
commit | 083710d8d31303b38199839730df14492565fde0 (patch) | |
tree | df039e471bc2d85620fb7ac70d16ea3f69a09b8b /share/Makefile.am | |
parent | 9594ec8913e0ae81baf394e4039d3e2e08dce599 (diff) | |
parent | 83a59968171ae53a787108e03027799b6b03266b (diff) |
Merge pull request #484 from Phr33d0m/master
A few fixes on the *nix build system
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 |