diff options
| author | Dirk-Jan C. Binnema <djcb@djcbsoftware.nl> | 2011-01-08 12:48:25 +0200 |
|---|---|---|
| committer | Dirk-Jan C. Binnema <djcb@djcbsoftware.nl> | 2011-01-08 12:48:25 +0200 |
| commit | b46d591796700b586d0f74924527e9c16832df3b (patch) | |
| tree | 17e2596a9959b2e67a8ef4776e18a412845a8439 /Makefile.am | |
| parent | 6033f5113882f82ead8353c33fc2a0894715499f (diff) | |
* start working on some mu-based widgets (widgets/), create toys2/mug2 for testing
Diffstat (limited to 'Makefile.am')
| -rw-r--r-- | Makefile.am | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 336678c..0f49340 100644 --- a/Makefile.am +++ b/Makefile.am @@ -16,7 +16,14 @@ include $(top_srcdir)/gtest.mk -SUBDIRS=m4 man src contrib toys +# only build widgets if we have webkit +if HAVE_WEBKIT +widgets=widgets +else +widgets= +endif + +SUBDIRS=m4 man src $(widgets) contrib toys ACLOCAL_AMFLAGS=-I m4 |
