blob: c8c893855e8ae58101f00a3a827ed90f6254f839 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
diff -ruN simage-1.7.0/simage.pc.in new/simage.pc.in
--- simage-1.7.0/simage.pc.in 2010-02-26 16:47:31.000000000 +0100
+++ new/simage.pc.in 2013-06-06 22:35:42.303326845 +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@"
|