mirror of
https://github.com/samba-team/samba.git
synced 2025-01-26 10:04:02 +03:00
c424c2b857
see source/lib/registry/TODO for details. (This used to be commit 7cab3a00d7b4b1d95a3bfa6b28f318b4aaa5d493)
11 lines
262 B
PkgConfig
11 lines
262 B
PkgConfig
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
libdir=@libdir@
|
|
includedir=@includedir@
|
|
|
|
Name: winregistry
|
|
Description: Windows registry library
|
|
Version: @PACKAGE_VERSION@
|
|
Libs: @LIBS@ @REG_LIBS@ -L${prefix}/lib -lwinregistry
|
|
Cflags: -I${includedir} @CFLAGS@ @CFLAGS@
|