1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-31 17:18:04 +03:00
samba-mirror/source4/lib/registry/winregistry.pc.in
Jelmer Vernooij c424c2b857 r20: Add the registry library. Still needs a lot of work,
see source/lib/registry/TODO for details.
(This used to be commit 7cab3a00d7)
2007-10-10 12:50:33 -05:00

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@