From e57fe29b63b883e7e214d1b619bc6953b70fa489 Mon Sep 17 00:00:00 2001 From: Matt Strapp Date: Mon, 13 May 2024 10:22:40 -0500 Subject: Add autotools because why not Signed-off-by: Matt Strapp --- ocusts.pc.in | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 ocusts.pc.in (limited to 'ocusts.pc.in') diff --git a/ocusts.pc.in b/ocusts.pc.in new file mode 100644 index 0000000..41d0ce0 --- /dev/null +++ b/ocusts.pc.in @@ -0,0 +1,9 @@ +prefix=@prefix@ +includedir=@includedir@ +libdir=@libdir@ + +Name: ocusts +Description: A completely normal C library +Version: @VERSION@ +Libs: -L${libdir} -locusts +Cflags: -I${includedir} -- cgit v1.2.3