summaryrefslogtreecommitdiff
path: root/check/includedir.pc
diff options
context:
space:
mode:
authorTollef Fog Heen <tfheen@err.no>2005-08-27 09:05:14 +0000
committerTollef Fog Heen <tfheen@err.no>2005-08-27 09:05:14 +0000
commit3d673211a7be655555fdc308431db11e3f1a1af7 (patch)
treec98054010cfb9d02490f818db37d26dc58c638b1 /check/includedir.pc
parentcf48f83724225f7b85b4465b3dbe23d8f7bc5b89 (diff)
downloadpkg-config-3d673211a7be655555fdc308431db11e3f1a1af7.tar.gz
Add includedir test
Diffstat (limited to 'check/includedir.pc')
-rw-r--r--check/includedir.pc12
1 files changed, 12 insertions, 0 deletions
diff --git a/check/includedir.pc b/check/includedir.pc
new file mode 100644
index 0000000..89d03c8
--- /dev/null
+++ b/check/includedir.pc
@@ -0,0 +1,12 @@
+prefix=/usr
+exec_prefix=${prefix}
+libdir=${exec_prefix}/lib
+includedir=${prefix}/include/somedir
+
+Name: Simple test
+Description: Dummy pkgconfig test package for testing pkgconfig
+Version: 1.0.0
+Requires:
+Libs: -lsimple
+Libs.private: -lm
+Cflags: -I${includedir}