summaryrefslogtreecommitdiff
path: root/libcss.pc.in
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2009-03-02 18:38:18 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2009-03-02 18:38:18 +0000
commit0ebf0d7eb40e0aa50f9c359be0ef454f70c1f722 (patch)
treea40d3eb85140afe68946084d540dae309fa404ad /libcss.pc.in
parent198648d8926722a5ae11a8a60f7ce82688b2ded5 (diff)
downloadlibcss-0ebf0d7eb40e0aa50f9c359be0ef454f70c1f722.tar.gz
libcss-0ebf0d7eb40e0aa50f9c359be0ef454f70c1f722.tar.bz2
Reorder libraries, so that symbols don't get lost.
svn path=/trunk/libcss/; revision=6672
Diffstat (limited to 'libcss.pc.in')
-rw-r--r--libcss.pc.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/libcss.pc.in b/libcss.pc.in
index a40e8e3..9e772ff 100644
--- a/libcss.pc.in
+++ b/libcss.pc.in
@@ -6,5 +6,5 @@ includedir=${prefix}/include
Name: libcss
Description: CSS parsing and selection library
Version: 0.0.1
-Libs: -L${libdir} -lparserutils -lwapcaplet -lcss
+Libs: -L${libdir} -lcss -lparserutils -lwapcaplet
Cflags: -I${includedir}