]> mj.ucw.cz Git - libucw.git/blob - lib/libucw.pc
Merge with git+ssh://cvs.ucw.cz/projects/sherlock/GIT/sherlock.git
[libucw.git] / lib / libucw.pc
1 # pkg-config metadata for libucw
2
3 libdir=@LIBDIR@
4 incdir=.
5
6 #ifdef CONFIG_UCW_THREADS
7 threads=-lpthread
8 #else
9 threads=
10 #endif
11
12 Name: libucw
13 Description: A library of utility functions and data structures
14 Version: @SHERLOCK_VERSION@
15 Cflags: -I${incdir}
16 Libs: -L${libdir} -lucw ${threads}