summaryrefslogtreecommitdiffstats
path: root/sord.pc.in
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2022-07-17 17:33:37 -0400
committerDavid Robillard <d@drobilla.net>2022-07-18 20:10:45 -0400
commite2731cf7008b2f1f9e1f44283b07c3fe0296bbee (patch)
tree7e24b7005920af4d0e969000dc80e3fdffe3eb41 /sord.pc.in
parent1cda90c39e4b2c55c775cd6bd6dcb08aee4d640d (diff)
downloadsord-e2731cf7008b2f1f9e1f44283b07c3fe0296bbee.tar.gz
sord-e2731cf7008b2f1f9e1f44283b07c3fe0296bbee.tar.bz2
sord-e2731cf7008b2f1f9e1f44283b07c3fe0296bbee.zip
Switch to meson build system
Diffstat (limited to 'sord.pc.in')
-rw-r--r--sord.pc.in11
1 files changed, 0 insertions, 11 deletions
diff --git a/sord.pc.in b/sord.pc.in
deleted file mode 100644
index 64395c5..0000000
--- a/sord.pc.in
+++ /dev/null
@@ -1,11 +0,0 @@
-prefix=@PREFIX@
-exec_prefix=@EXEC_PREFIX@
-libdir=@LIBDIR@
-includedir=@INCLUDEDIR@
-
-Name: Sord
-Version: @SORD_VERSION@
-Description: A lightweight C library for storing RDF statements in memory.
-Requires: @SORD_PKG_DEPS@
-Libs: -L${libdir} -l@LIB_SORD@
-Cflags: -I${includedir}/sord-@SORD_MAJOR_VERSION@