diff options
author | 2023-04-05 00:23:52 +0200 | |
---|---|---|
committer | 2023-04-05 00:23:52 +0200 | |
commit | f7f8d17c4a9590fea09120b08c67fcdb0272fd16 (patch) | |
tree | 1fc5b707adc6901728c1b0928849aff83108e3b4 /log.pc | |
parent | 72427aebb4e6a485181e4bdb175d6a1d147e2034 (diff) | |
download | log-f7f8d17c4a9590fea09120b08c67fcdb0272fd16.tar.gz log-f7f8d17c4a9590fea09120b08c67fcdb0272fd16.zip |
Add log.pc
This is used by pkg-config.
Diffstat (limited to 'log.pc')
-rw-r--r-- | log.pc | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -0,0 +1,10 @@ +prefix=/usr/local +exec_prefix=${prefix} +includedir=${prefix}/include +libdir=${exec_prefix}/lib + +Name: log +Description: liblog - A simple logging framework +Version: 0.0.0-a1 +Cflags: -I${includedir} +Libs: -L${libdir} -llog |