mirror of
https://github.com/samba-team/samba.git
synced 2025-01-19 10:03:58 +03:00
8495d17c1a
(This used to be commit 64a6887ecddc1599bde5dcb06d0b74ffea1def0c)
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
|