diff options
author | Matt Strapp <matt@mattstrapp.net> | 2024-05-13 10:22:40 -0500 |
---|---|---|
committer | Matt Strapp <matt@mattstrapp.net> | 2024-05-13 11:55:38 -0500 |
commit | e57fe29b63b883e7e214d1b619bc6953b70fa489 (patch) | |
tree | e189d7d74b3666a18f8285fbf3ec467a6458b33e /ocusts.pc.in | |
parent | Initial commit (diff) | |
download | locusts-e57fe29b63b883e7e214d1b619bc6953b70fa489.tar locusts-e57fe29b63b883e7e214d1b619bc6953b70fa489.tar.gz locusts-e57fe29b63b883e7e214d1b619bc6953b70fa489.tar.bz2 locusts-e57fe29b63b883e7e214d1b619bc6953b70fa489.tar.lz locusts-e57fe29b63b883e7e214d1b619bc6953b70fa489.tar.xz locusts-e57fe29b63b883e7e214d1b619bc6953b70fa489.tar.zst locusts-e57fe29b63b883e7e214d1b619bc6953b70fa489.zip |
Add autotools because why not
Signed-off-by: Matt Strapp <matt@mattstrapp.net>
Diffstat (limited to 'ocusts.pc.in')
-rw-r--r-- | ocusts.pc.in | 9 |
1 files changed, 9 insertions, 0 deletions
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} |