summaryrefslogtreecommitdiff
path: root/libhubbub.pc.in
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2008-04-07 02:11:49 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2008-04-07 02:11:49 +0000
commit90b089d7fd6454771b23fdcebb78d3b1a469c3f5 (patch)
tree7f77600a8b22333d7e8bd9a94446ebd446345409 /libhubbub.pc.in
parent427ce60a0cf055347b2fd7ac4a37bec59d65c3ac (diff)
downloadlibhubbub-90b089d7fd6454771b23fdcebb78d3b1a469c3f5.tar.gz
libhubbub-90b089d7fd6454771b23fdcebb78d3b1a469c3f5.tar.bz2
Rework buildsystem so that it no longer calls make recursively and rebuilds the testcases when the library changes.
svn path=/trunk/hubbub/; revision=4077
Diffstat (limited to 'libhubbub.pc.in')
-rw-r--r--libhubbub.pc.in10
1 files changed, 10 insertions, 0 deletions
diff --git a/libhubbub.pc.in b/libhubbub.pc.in
new file mode 100644
index 0000000..88f56ab
--- /dev/null
+++ b/libhubbub.pc.in
@@ -0,0 +1,10 @@
+prefix=PREFIX
+exec_prefix=${prefix}
+libdir=${exec_prefix}/lib
+includedir=${prefix}/include
+
+Name: libhubbub
+Description: HTML5 parsing library
+Version: 0.0.1
+Libs: -L${libdir} -lhubbub
+Cflags: -I${includedir}