summaryrefslogtreecommitdiff
path: root/source4/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
commit8495d17c1a97489a75b777d79e69f9680267fd28 (patch)
tree3debd2cfbdb59e36c128ac1972130894715b34de /source4/lib/registry
parent753824e9cfcbba51a2157eb75cc9ff9b287028fa (diff)
downloadsamba-8495d17c1a97489a75b777d79e69f9680267fd28.tar.gz
samba-8495d17c1a97489a75b777d79e69f9680267fd28.tar.bz2
samba-8495d17c1a97489a75b777d79e69f9680267fd28.zip
Fix installation of dcerpc_atsvc and registry as required by samba-gtk.
(This used to be commit 64a6887ecddc1599bde5dcb06d0b74ffea1def0c)
Diffstat (limited to 'source4/lib/registry')
-rw-r--r--source4/lib/registry/registry.pc.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/source4/lib/registry/registry.pc.in b/source4/lib/registry/registry.pc.in
index 98943a0736..d981a45b2c 100644
--- a/source4/lib/registry/registry.pc.in
+++ b/source4/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