From 1c22c925e5a7f45fbcbf9c2f8e206ee6b2b12192 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Wed, 30 Jan 2008 20:30:27 +0100 Subject: libndr: depend on samba-config, so that callers doesn't need to know about it metze (This used to be commit fc69e3f829a83aae311b4849d91509fcfa47816b) --- source4/librpc/ndr.pc.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source4/librpc/ndr.pc.in b/source4/librpc/ndr.pc.in index 4317397dc7..ed4c459214 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: talloc +Requires: samba-config talloc Version: 0.0.1 Libs: -L${libdir} -lndr Cflags: -I${includedir} -DHAVE_IMMEDIATE_STRUCTURES=1 -- cgit