From 8f1700e7ab886ed602c371265ff2c653a2deb485 Mon Sep 17 00:00:00 2001 From: "William A. Kennington III" Date: Fri, 26 Apr 2019 18:11:11 -0700 Subject: autotools: Remove Meson is now used to build this package in all of the necessary places. Change-Id: I704d5cdd51129d8dc56c6a2456792846a3711778 Signed-off-by: William A. Kennington III --- src/stdplus.pc.in | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 src/stdplus.pc.in (limited to 'src/stdplus.pc.in') diff --git a/src/stdplus.pc.in b/src/stdplus.pc.in deleted file mode 100644 index b79e7ca..0000000 --- a/src/stdplus.pc.in +++ /dev/null @@ -1,10 +0,0 @@ -prefix=@prefix@ -exec_prefix=@prefix@ -libdir=@libdir@ -includedir=@includedir@ - -Name: stdplus -Description: Commonly used c++ classes and functions -Version: @VERSION@ -Cflags: -I${includedir} -Libs: -L${libdir} -lstdplus -- cgit v1.2.3