summaryrefslogtreecommitdiffstats
path: root/test cases/unit/18 pkgconfig static/foo.pc.in
diff options
context:
space:
mode:
Diffstat (limited to 'test cases/unit/18 pkgconfig static/foo.pc.in')
-rw-r--r--test cases/unit/18 pkgconfig static/foo.pc.in11
1 files changed, 11 insertions, 0 deletions
diff --git a/test cases/unit/18 pkgconfig static/foo.pc.in b/test cases/unit/18 pkgconfig static/foo.pc.in
new file mode 100644
index 0000000..b26c0b0
--- /dev/null
+++ b/test cases/unit/18 pkgconfig static/foo.pc.in
@@ -0,0 +1,11 @@
+prefix=@PREFIX@
+libdir=${prefix}
+includedir=${prefix}/include
+datadir=${prefix}/data
+
+Name: libfoo
+Description: A foo library.
+Version: 1.0
+Libs: -L${libdir} -lfoo
+Libs.private: -lm
+Cflags: -I${includedir}