Adding WebKit support
This commit is contained in:
parent
d4f6b57828
commit
09c62aebfd
1
Makefile
1
Makefile
@ -33,6 +33,7 @@ dist:
|
|||||||
$(PACKAGE)-$(VERSION)/src/ghtml-gtkhtml.c \
|
$(PACKAGE)-$(VERSION)/src/ghtml-gtkhtml.c \
|
||||||
$(PACKAGE)-$(VERSION)/src/ghtml-gtkmozembed.c \
|
$(PACKAGE)-$(VERSION)/src/ghtml-gtkmozembed.c \
|
||||||
$(PACKAGE)-$(VERSION)/src/ghtml-gtktextview.c \
|
$(PACKAGE)-$(VERSION)/src/ghtml-gtktextview.c \
|
||||||
|
$(PACKAGE)-$(VERSION)/src/ghtml-webkit.c \
|
||||||
$(PACKAGE)-$(VERSION)/src/project.conf \
|
$(PACKAGE)-$(VERSION)/src/project.conf \
|
||||||
$(PACKAGE)-$(VERSION)/Makefile \
|
$(PACKAGE)-$(VERSION)/Makefile \
|
||||||
$(PACKAGE)-$(VERSION)/COPYING \
|
$(PACKAGE)-$(VERSION)/COPYING \
|
||||||
|
@ -24,6 +24,8 @@
|
|||||||
# include "ghtml-gtkhtml.c"
|
# include "ghtml-gtkhtml.c"
|
||||||
#elif defined(WITH_GTKTEXTVIEW)
|
#elif defined(WITH_GTKTEXTVIEW)
|
||||||
# include "ghtml-gtktextview.c"
|
# include "ghtml-gtktextview.c"
|
||||||
|
#elif defined(WITH_WEBKIT)
|
||||||
|
# include "ghtml-webkit.c"
|
||||||
#else /* default */
|
#else /* default */
|
||||||
# include "ghtml-gtkmozembed.c"
|
# include "ghtml-gtkmozembed.c"
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user