Add webview_chromium sample in configure.in

Fix configure can not generate Makefile in samples/webview_chromium directory.
This commit is contained in:
Haojian Wu 2014-06-03 07:10:49 -07:00 committed by Tobias Taschner
parent ea6bd5cfe5
commit c4fa5e4237
No known key found for this signature in database
GPG key ID: AE6ECD71294F87FD

View file

@ -7228,7 +7228,7 @@ fi
if test "$wxUSE_WEBVIEW" = "yes"; then
USE_WEBVIEW=1
AC_DEFINE(wxUSE_WEBVIEW)
SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS webview"
SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS webview webview_chromium"
else
USE_WEBVIEW=0
fi