~mmach/netext73/pkgconf

« back to all changes in this revision

Viewing changes to tests/lib1/static-libs.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/local
 
2
exec_prefix=${prefix}
 
3
libdir=${prefix}/lib
 
4
includedir=${prefix}/include
 
5
 
 
6
Name: static-libs
 
7
Description: A testing pkg-config file
 
8
Version: 1.2.3
 
9
Libs: -lbar
 
10
Libs.private: -lbar-private
 
11
Cflags: -I${includedir}/foo
 
12
Requires.private: foo