* update build system

This commit is contained in:
Dirk-Jan C. Binnema 2011-01-09 14:56:33 +02:00
parent 623ec34ab8
commit f42f0cdf8f
2 changed files with 2 additions and 2 deletions

View File

@ -17,7 +17,7 @@
include $(top_srcdir)/gtest.mk
# only build widgets if we have webkit
if HAVE_WEBKIT
if BUILD_WIDGETS
widgets=widgets
else
widgets=

View File

@ -24,7 +24,7 @@ SUBDIRS += mug
endif
# for mug2, we need webkit
if HAVE_WEBKIT
if BUILD_WIDGETS
SUBDIRS += mug2
endif