Hi, I want to add myself source file to webkit project such as webkitdialog.cpp to WebKit/gtk/webkit. I edited GNUMakefile.am in top directory like below. webkitgtk_la_source += WebKit/gtk/webkit/webkitdialog.cpp The source file has been compiled and *.o has been generated, but there is link error which says undefined reference 'webkit_web_*' (a function defiened in webkitdialog.cpp and called in webkitwebview.cpp) in libwebkit_1*.so, i think webkitdialog.o will not be linked into libwebkit_1*.so. Anything should be done to fix it? Thanks for any help. Best regards.
_______________________________________________ webkit-help mailing list webkit-help@lists.webkit.org http://lists.webkit.org/mailman/listinfo.cgi/webkit-help