diff options
| author | Dirk-Jan C. Binnema <djcb@djcbsoftware.nl> | 2010-11-08 21:53:17 +0200 |
|---|---|---|
| committer | Dirk-Jan C. Binnema <djcb@djcbsoftware.nl> | 2010-11-08 21:53:17 +0200 |
| commit | f2f5678055311c0a86815c1b2bd5d073cf091081 (patch) | |
| tree | 8495ada22bccfb7b8c65d867841f231c8b7c0d4d /Makefile.am | |
| parent | 386e9e001ac5bb043e9956f33312744d84961839 (diff) | |
* try gtk+3 first, then gtk+2; mug works with both
Diffstat (limited to 'Makefile.am')
| -rw-r--r-- | Makefile.am | 7 |
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 |
