aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/pkgconfig/testdata/empty-variable.pc
blob: 581382b7eba64de866b91666ade557c0036ee646 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
rootprefix=
prefix=/usr
exec_prefix=${rootprefix}/${prefix}
libdir=${exec_prefix}/lib
includedir=${rootprefix}/${prefix}/include

Name: Empty Variable test
Description: Checks that empty variables are handled correcty
Version: 1.0.0
Requires:
Libs: -lsimple
Libs.private: -lm
Cflags: -I${includedir}