mirror of
https://github.com/samba-team/samba.git
synced 2025-03-12 20:58:37 +03:00
13 lines
281 B
PkgConfig
13 lines
281 B
PkgConfig
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
libdir=@libdir@
|
|
includedir=@includedir@
|
|
|
|
Name: registry
|
|
Description: Windows-style registry library
|
|
Requires: talloc
|
|
Requires.private: ldb
|
|
Version: 0.0.1
|
|
Libs: -L${libdir} -lregistry
|
|
Cflags: -I${includedir} -DHAVE_IMMEDIATE_STRUCTURES=1
|