From a022a290b92a27975d5d3a526003fcdb9db1212f Mon Sep 17 00:00:00 2001 From: rootavish Date: Mon, 22 Sep 2014 22:40:52 +0530 Subject: Can build with epub disabled Added the required preprocessor directives to make building without epub support possible. --- libview/ev-web-view.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'libview/ev-web-view.c') diff --git a/libview/ev-web-view.c b/libview/ev-web-view.c index b42da163..9bd2e512 100644 --- a/libview/ev-web-view.c +++ b/libview/ev-web-view.c @@ -17,7 +17,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ - +#if ENABLE_EPUB #include "config.h" #include @@ -870,4 +870,5 @@ ev_web_view_disconnect_handlers(EvWebView *webview) g_signal_handlers_disconnect_by_func(webview->model, ev_web_view_page_changed_cb, webview); -} \ No newline at end of file +} +#endif \ No newline at end of file -- cgit v1.2.1