diff options
| author | Dirk-Jan C. Binnema <djcb@djcbsoftware.nl> | 2010-11-02 21:21:32 +0200 |
|---|---|---|
| committer | Dirk-Jan C. Binnema <djcb@djcbsoftware.nl> | 2010-11-02 21:21:32 +0200 |
| commit | 70648b8bd5259e8edc4741988ddf45ffcc740c8d (patch) | |
| tree | c244d5f0cbe1439745db9723b3248fc01f1621c9 /Makefile.am | |
| parent | 1d08c8df01c46dddebd8c74a9802dc534a6eb6c2 (diff) | |
* merge start of simple gtk+ ui for mu: 'mug'
Diffstat (limited to 'Makefile.am')
| -rw-r--r-- | Makefile.am | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 1838afe..6dc7df1 100644 --- a/Makefile.am +++ b/Makefile.am @@ -16,7 +16,12 @@ include $(top_srcdir)/gtest.mk +if HAVE_GTK +SUBDIRS=man src mug contrib +else SUBDIRS=man src contrib +endif + # so we can say 'make test' check: test cleanupnote |
