summaryrefslogtreecommitdiff
path: root/check/sort-order-1-3.pc
diff options
context:
space:
mode:
Diffstat (limited to 'check/sort-order-1-3.pc')
-rw-r--r--check/sort-order-1-3.pc11
1 files changed, 11 insertions, 0 deletions
diff --git a/check/sort-order-1-3.pc b/check/sort-order-1-3.pc
new file mode 100644
index 0000000..a910756
--- /dev/null
+++ b/check/sort-order-1-3.pc
@@ -0,0 +1,11 @@
+prefix=/path1
+exec_prefix=${prefix}
+libdir="${exec_prefix}/lib"
+includedir="${prefix}/include"
+
+Name: Sort order Cflags and Libs test 1-3
+Description: Test package for testing flag sort order
+Version: 1.0.0
+Libs: -L${libdir} -Wl,-O1 -lpath1
+Cflags: -I${includedir} -DPATH1
+Requires: sort-order-2-3