summaryrefslogtreecommitdiff
blob: 94392a136460c2ae6fcb70066919405956d93488 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
diff -ru ../simage-1.7.0/simage.pc.in ./simage.pc.in
--- ../simage-1.7.0/simage.pc.in	2010-02-26 16:47:31.000000000 +0100
+++ ./simage.pc.in	2010-06-28 19:22:20.521610092 +0200
@@ -8,7 +8,8 @@
 Version: @VERSION@
 Requires:
 Conflicts:
-Libs: -L${libdir} @SIMAGE_EXTRA_LDFLAGS@ @SIMAGE_EXTRA_LIBS@
+Libs: -L${libdir} -lsimage
+Libs.private: -L${libdir} @SIMAGE_EXTRA_LIBS@
 Cflags: -I${includedir} @SIMAGE_EXTRA_CFLAGS@ @SIMAGE_EXTRA_CPPFLAGS@
 
 simage_host="@host@"