aboutsummaryrefslogtreecommitdiffstats
path: root/serd.pc.in
diff options
context:
space:
mode:
Diffstat (limited to 'serd.pc.in')
-rw-r--r--serd.pc.in10
1 files changed, 10 insertions, 0 deletions
diff --git a/serd.pc.in b/serd.pc.in
new file mode 100644
index 00000000..9c17947f
--- /dev/null
+++ b/serd.pc.in
@@ -0,0 +1,10 @@
+prefix=@prefix@
+exec_prefix=@exec_prefix@
+libdir=@libdir@
+includedir=@includedir@
+
+Name: libserd
+Version: @SERD_VERSION@
+Description: Lightweight RDF serialisation library
+Libs: -L${libdir} -lserd
+Cflags: -I${includedir}