* start working on some mu-based widgets (widgets/), create toys2/mug2 for testing

This commit is contained in:
Dirk-Jan C. Binnema
2011-01-08 12:48:25 +02:00
parent 6033f51138
commit b46d591796
18 changed files with 2122 additions and 3 deletions

View File

@ -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