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.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'libview/ev-web-view.h') diff --git a/libview/ev-web-view.h b/libview/ev-web-view.h index 74b7eb6b..29a22f06 100644 --- a/libview/ev-web-view.h +++ b/libview/ev-web-view.h @@ -22,6 +22,8 @@ #error "Only can be included directly." #endif +#include "config.h" +#if ENABLE_EPUB #ifndef __EV_WEB_VIEW_H__ #define __EV_WEB_VIEW_H__ @@ -87,3 +89,4 @@ void ev_web_view_disconnect_handlers (EvWebView *webview); G_END_DECLS #endif /* __EV_WEB_VIEW_H__ */ +#endif /* ENABLE_EPUB */ \ No newline at end of file -- cgit v1.2.1