diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2008-04-01 15:53:45 +0200 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2008-04-01 15:53:45 +0200 |
commit | 4708c66fd2ea082493d197288b8278804dc55c03 (patch) | |
tree | 50760e828c43b100313ed93ef49dae4d2e51d52f | |
parent | 39b2fc37f2f8d914a6e5945b5b503ee4e7b9f5f3 (diff) | |
download | samba-4708c66fd2ea082493d197288b8278804dc55c03.tar.gz samba-4708c66fd2ea082493d197288b8278804dc55c03.tar.bz2 samba-4708c66fd2ea082493d197288b8278804dc55c03.zip |
Fix dependency on samba-hostconfig.
(This used to be commit ba91b609f5a6e2dd93b931a155cbce0c27ebd6d6)
-rw-r--r-- | source4/librpc/ndr.pc.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/librpc/ndr.pc.in b/source4/librpc/ndr.pc.in index ed4c459214..2f4d95006f 100644 --- a/source4/librpc/ndr.pc.in +++ b/source4/librpc/ndr.pc.in @@ -5,7 +5,7 @@ includedir=@includedir@ Name: ndr Description: Network Data Representation Core Library -Requires: samba-config talloc +Requires: samba-hostconfig talloc Version: 0.0.1 Libs: -L${libdir} -lndr Cflags: -I${includedir} -DHAVE_IMMEDIATE_STRUCTURES=1 |