~mmach/netext73/pkgconf

« back to all changes in this revision

Viewing changes to tests/lib1/flag-order-3.pc

  • Committer: mmach
  • Date: 2024-02-21 19:22:23 UTC
  • Revision ID: netbit73@gmail.com-20240221192223-5l809fiqh21udwrd
1.8.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
prefix=/test
 
2
exec_prefix=${prefix}
 
3
libdir=${exec_prefix}/lib
 
4
includedir=${prefix}/include
 
5
cflags=-I${includedir}
 
6
 
 
7
Name: flag order 3
 
8
Description: test for flag ordering
 
9
Version: 1
 
10
Libs: -L${libdir} -Wl,--start-group -lfoo -lbar -Wl,--end-group