diff options
author | Stefan Metzmacher <metze@samba.org> | 2008-01-30 20:30:27 +0100 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2008-01-30 20:30:27 +0100 |
commit | 1c22c925e5a7f45fbcbf9c2f8e206ee6b2b12192 (patch) | |
tree | 112132c43cdbe0c63c260b17a4993e7ec21e0be5 | |
parent | dca5fab18065be56e3a7fd0ee1507214eb667534 (diff) | |
download | samba-1c22c925e5a7f45fbcbf9c2f8e206ee6b2b12192.tar.gz samba-1c22c925e5a7f45fbcbf9c2f8e206ee6b2b12192.tar.bz2 samba-1c22c925e5a7f45fbcbf9c2f8e206ee6b2b12192.zip |
libndr: depend on samba-config, so that callers doesn't need to know about it
metze
(This used to be commit fc69e3f829a83aae311b4849d91509fcfa47816b)
-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 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 |