root/trunk/WebKit/gtk/webkit.pc.in

Revision 30702, 241 bytes (checked in by alp@webkit.org, 9 months ago)

2008-03-02 Alp Toker <alp@atoker.com>

Reviewed by Mark Rowe.

Split the WebKit GTK+ build out of the WebCore build and change the
shared object name to match the package name.

  • GNUmakefile.am:
Line 
1prefix=@prefix@
2exec_prefix=@exec_prefix@
3libdir=@libdir@
4includedir=@includedir@
5
6Name: WebKit
7Description: Web content engine for GTK+
8Version: @VERSION@
9Requires: gtk+-2.0
10Libs: -L${libdir} -lwebkit-1.0
11Cflags: -I${includedir}/webkit-1.0
Note: See TracBrowser for help on using the browser.