]> mj.ucw.cz Git - libucw.git/blob - ucw/libucw.pc
fb-grow: Renamed fbgrow_read_all() to fbgrow_get_buf().
[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 # Override if you want to use the -pic version
19 picsuffix=
20
21 perl_modules_dir=@INSTALL_PERL_DIR@
22 perl_module_flags=-I${perl_modules_dir}
23 build_system=@INSTALL_SHARE_DIR@/ucw/build
24
25 Name: libucw
26 Description: A library of utility functions and data structures
27 Version: @UCW_VERSION@
28 Cflags: -I${incdir}
29 Libs: -L${libdir} -lucw${picsuffix} ${threads} ${regex}