summaryrefslogtreecommitdiff
path: root/check/sort/sort/sort-order-3-1.pc
diff options
context:
space:
mode:
Diffstat (limited to 'check/sort/sort/sort-order-3-1.pc')
-rw-r--r--check/sort/sort/sort-order-3-1.pc11
1 files changed, 11 insertions, 0 deletions
diff --git a/check/sort/sort/sort-order-3-1.pc b/check/sort/sort/sort-order-3-1.pc
new file mode 100644
index 0000000..03e0679
--- /dev/null
+++ b/check/sort/sort/sort-order-3-1.pc
@@ -0,0 +1,11 @@
+prefix=/path3
+exec_prefix=${prefix}
+libdir="${exec_prefix}/lib"
+includedir="${prefix}/include"
+
+Name: Sort order Cflags and Libs test 3-1
+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-1