summaryrefslogtreecommitdiff
path: root/source/lib/registry
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2008-04-03 01:36:03 +0200
committerJelmer Vernooij <jelmer@samba.org>2008-04-03 01:36:03 +0200
commit64a6887ecddc1599bde5dcb06d0b74ffea1def0c (patch)
tree9e3123f80dcbaf2c33b1d8235b3295c66c17fa74 /source/lib/registry
parentfc50e78e2631e8253571bc236302e2859e4d1559 (diff)
downloadsamba-64a6887ecddc1599bde5dcb06d0b74ffea1def0c.tar.gz
Fix installation of dcerpc_atsvc and registry as required by samba-gtk.
Diffstat (limited to 'source/lib/registry')
-rw-r--r--source/lib/registry/registry.pc.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/lib/registry/registry.pc.in b/source/lib/registry/registry.pc.in
index 98943a07364..d981a45b2c2 100644
--- a/source/lib/registry/registry.pc.in
+++ b/source/lib/registry/registry.pc.in
@@ -5,8 +5,8 @@ includedir=@includedir@
Name: registry
Description: Windows-style registry library
-Requires: ldb
-Requires.private:
+Requires: talloc
+Requires.private: ldb
Version: 0.0.1
Libs: -L${libdir} -lregistry
Cflags: -I${includedir} -DHAVE_IMMEDIATE_STRUCTURES=1