diff options
author | 2023-05-10 12:14:46 +0200 | |
---|---|---|
committer | 2023-05-10 12:14:46 +0200 | |
commit | 70ff2c82446c8a1d42dae6538defdccd88896e8c (patch) | |
tree | b8f9e735c5eec4bbbfeaa7a53e119b4cdcebec3b /utils.pc | |
parent | 753816f04b3aaf8c1f17e688a8dd6ffe71fc9d57 (diff) | |
download | utils-70ff2c82446c8a1d42dae6538defdccd88896e8c.tar.gz utils-70ff2c82446c8a1d42dae6538defdccd88896e8c.zip |
Ehnance building system
Is the same as liblog.
Diffstat (limited to 'utils.pc')
-rw-r--r-- | utils.pc | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/utils.pc b/utils.pc new file mode 100644 index 0000000..e8efc53 --- /dev/null +++ b/utils.pc @@ -0,0 +1,10 @@ +prefix=/usr/local +exec_prefix=${prefix} +includedir=${prefix}/include +libdir=${exec_prefix}/lib + +Name: utils +Description: libutils - An utility library +Version: 0.0.1 +Cflags: -I${includedir} +Libs: -L${libdir} -lutils |