]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - contrib/atf/atf-c/atf-c.pc.in
MFC various fixes for the ATF tests.
[FreeBSD/stable/10.git] / contrib / atf / atf-c / atf-c.pc.in
1 # ATF pkg-config file
2
3 cc=__CC__
4 includedir=__INCLUDEDIR__
5 libdir=__LIBDIR__
6
7 Name: atf-c
8 Description: Automated Testing Framework (C binding)
9 Version: __ATF_VERSION__
10 Cflags: -I${includedir}
11 Libs: -L${libdir} -latf-c