diff options
author | Simo Sorce <idra@samba.org> | 2011-10-10 15:52:38 -0400 |
---|---|---|
committer | Simo Sorce <idra@samba.org> | 2011-10-10 23:47:07 +0200 |
commit | c9eba24886806bca795f294183b7543e4f9376ca (patch) | |
tree | 5c695850cd0f85e7afa308eca12ac20c62811700 | |
parent | b787b6e1bd70f90702568fa4503c1d2e6ca0a59e (diff) | |
download | samba-c9eba24886806bca795f294183b7543e4f9376ca.tar.gz |
ndr.pc: needs samba-util not samba-hostconfig
-rw-r--r-- | librpc/ndr.pc.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/librpc/ndr.pc.in b/librpc/ndr.pc.in index f7a1651a48d..1ee50cc2ce7 100644 --- a/librpc/ndr.pc.in +++ b/librpc/ndr.pc.in @@ -5,7 +5,7 @@ includedir=@includedir@ Name: ndr Description: Network Data Representation Core Library -Requires: samba-hostconfig talloc +Requires: samba-util talloc Version: 0.0.1 Libs: @LIB_RPATH@ -L${libdir} -lndr Cflags: -I${includedir} -DHAVE_IMMEDIATE_STRUCTURES=1 -D_GNU_SOURCE=1 |