From 0ebf0d7eb40e0aa50f9c359be0ef454f70c1f722 Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Mon, 2 Mar 2009 18:38:18 +0000 Subject: Reorder libraries, so that symbols don't get lost. svn path=/trunk/libcss/; revision=6672 --- libcss.pc.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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} -- cgit v1.2.3