diff --git a/Makefile b/Makefile index d5ddddf..516fce5 100644 --- a/Makefile +++ b/Makefile @@ -33,6 +33,7 @@ dist: $(PACKAGE)-$(VERSION)/src/ghtml-gtkhtml.c \ $(PACKAGE)-$(VERSION)/src/ghtml-gtkmozembed.c \ $(PACKAGE)-$(VERSION)/src/ghtml-gtktextview.c \ + $(PACKAGE)-$(VERSION)/src/ghtml-webkit.c \ $(PACKAGE)-$(VERSION)/src/project.conf \ $(PACKAGE)-$(VERSION)/Makefile \ $(PACKAGE)-$(VERSION)/COPYING \ diff --git a/src/ghtml.c b/src/ghtml.c index debcb1e..b1a7af1 100644 --- a/src/ghtml.c +++ b/src/ghtml.c @@ -24,6 +24,8 @@ # include "ghtml-gtkhtml.c" #elif defined(WITH_GTKTEXTVIEW) # include "ghtml-gtktextview.c" +#elif defined(WITH_WEBKIT) +# include "ghtml-webkit.c" #else /* default */ # include "ghtml-gtkmozembed.c" #endif