From e2731cf7008b2f1f9e1f44283b07c3fe0296bbee Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 17 Jul 2022 17:33:37 -0400 Subject: Switch to meson build system --- sord.pc.in | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 sord.pc.in (limited to 'sord.pc.in') 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@ -- cgit v1.2.1