]> mj.ucw.cz Git - libucw.git/blob - ucw/libucw.pc
clean up linking -lpcre to libucw
[libucw.git] / ucw / 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 #ifdef CONFIG_PCRE
13 regex=-lpcre
14 #else
15 regex=
16 #endif
17
18 perl_modules_dir=@INSTALL_PERL_DIR@
19 perl_module_flags=-I${perl_modules_dir}
20 build_system=@INSTALL_SHARE_DIR@/ucw/build
21
22 Name: libucw
23 Description: A library of utility functions and data structures
24 Version: @SHERLOCK_VERSION@
25 Cflags: -I${incdir}
26 Libs: -L${libdir} -lucw ${threads} ${regex}