summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorDirk-Jan C. Binnema <djcb@djcbsoftware.nl>2010-11-08 21:53:17 +0200
committerDirk-Jan C. Binnema <djcb@djcbsoftware.nl>2010-11-08 21:53:17 +0200
commitf2f5678055311c0a86815c1b2bd5d073cf091081 (patch)
tree8495ada22bccfb7b8c65d867841f231c8b7c0d4d /Makefile.am
parent386e9e001ac5bb043e9956f33312744d84961839 (diff)
* try gtk+3 first, then gtk+2; mug works with both
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am7
1 files changed, 4 insertions, 3 deletions
diff --git a/Makefile.am b/Makefile.am
index 6dc7df1..499b99d 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -16,10 +16,11 @@
include $(top_srcdir)/gtest.mk
-if HAVE_GTK
-SUBDIRS=man src mug contrib
-else
SUBDIRS=man src contrib
+
+# build if there is some gtk available
+if HAVE_GTK
+SUBDIRS += mug
endif