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

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