* move widgets/ -> toys/mug2; remove toys/mug; rename toys/mug2 -> toys/mug

This commit is contained in:
djcb
2012-08-03 09:47:09 +03:00
parent b71a27b7c0
commit 2fcdcafe59
34 changed files with 240 additions and 2083 deletions

View File

@ -18,12 +18,7 @@ include $(top_srcdir)/gtest.mk
SUBDIRS=
# build if there is some gtk available
if HAVE_GTK
SUBDIRS += mug
endif
# for mug2 and msg2pdf, we need webkit
if BUILD_WIDGETS
SUBDIRS += mug2 msg2pdf
if BUILD_GUI
SUBDIRS += mug msg2pdf
endif