summaryrefslogtreecommitdiff
path: root/check/sort/sort/sort-order-3-2.pc
blob: 0a1504f598ffc0f6abf7f9cfa1019bb946d8f5ff (plain)
1
2
3
4
5
6
7
8
9
10
11
prefix=/path3
exec_prefix=${prefix}
libdir="${exec_prefix}/lib"
includedir="${prefix}/include"

Name: Sort order Cflags and Libs test 3-2
Description: Test package for testing flag sort order
Version: 1.0.0
Libs: -L${libdir} -Wl,-O3 -lpath3
Cflags: -I${includedir} -DPATH3
Requires: sort-order-2-2 sort-order-1-2