summaryrefslogtreecommitdiffstats
path: root/contrib/atf/atf-c
diff options
context:
space:
mode:
authorjmmv <jmmv@FreeBSD.org>2014-01-12 22:17:10 +0000
committerjmmv <jmmv@FreeBSD.org>2014-01-12 22:17:10 +0000
commiteff1b628084b6d90e8a5d92ef7e560aa14aaf34c (patch)
tree70b412e5a69293d3281db444c83fc617d1820ddb /contrib/atf/atf-c
parent50adf2d217f460c575055068c411e5932093fdf5 (diff)
parentb849e3606cf0dc725ff02712cd92907131c0188c (diff)
downloadFreeBSD-src-eff1b628084b6d90e8a5d92ef7e560aa14aaf34c.zip
FreeBSD-src-eff1b628084b6d90e8a5d92ef7e560aa14aaf34c.tar.gz
Add atf pkg-config files from the vendor branch.
These were originally deleted by mistake (because they were not yet being installed) and are actually necessary. This should have been part of r260576 but I missed committing this directory. MFC after: 5 days
Diffstat (limited to 'contrib/atf/atf-c')
-rw-r--r--contrib/atf/atf-c/atf-c.pc.in11
1 files changed, 11 insertions, 0 deletions
diff --git a/contrib/atf/atf-c/atf-c.pc.in b/contrib/atf/atf-c/atf-c.pc.in
new file mode 100644
index 0000000..6fd5274
--- /dev/null
+++ b/contrib/atf/atf-c/atf-c.pc.in
@@ -0,0 +1,11 @@
+# ATF pkg-config file
+
+cc=__CC__
+includedir=__INCLUDEDIR__
+libdir=__LIBDIR__
+
+Name: atf-c
+Description: Automated Testing Framework (C binding)
+Version: __ATF_VERSION__
+Cflags: -I${includedir}
+Libs: -L${libdir} -latf-c
OpenPOWER on IntegriCloud