summaryrefslogtreecommitdiff
path: root/source4/lib/registry/winregistry.pc.in
diff options
context:
space:
mode:
Diffstat (limited to 'source4/lib/registry/winregistry.pc.in')
-rw-r--r--source4/lib/registry/winregistry.pc.in10
1 files changed, 10 insertions, 0 deletions
diff --git a/source4/lib/registry/winregistry.pc.in b/source4/lib/registry/winregistry.pc.in
new file mode 100644
index 0000000000..ad134da236
--- /dev/null
+++ b/source4/lib/registry/winregistry.pc.in
@@ -0,0 +1,10 @@
+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@