summaryrefslogtreecommitdiff
path: root/source4/librpc
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2005-05-17 20:18:06 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:16:52 -0500
commitf9ad3029ae97f5d5beed3f85ad912830fa8d7930 (patch)
tree9153a648327da6e8425d75d6ad83cbb975e539c6 /source4/librpc
parent6e3b2448eb6cc48a95eeec24f397d3243f9473bf (diff)
downloadsamba-f9ad3029ae97f5d5beed3f85ad912830fa8d7930.tar.gz
samba-f9ad3029ae97f5d5beed3f85ad912830fa8d7930.tar.bz2
samba-f9ad3029ae97f5d5beed3f85ad912830fa8d7930.zip
r6863: lib-friendlier names + fix some dependencies
(This used to be commit cab81a51bfd435b54e6f0d5a308aaf6828d38c00)
Diffstat (limited to 'source4/librpc')
-rw-r--r--source4/librpc/config.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/librpc/config.mk b/source4/librpc/config.mk
index 2c8217afd7..0ee9c0f501 100644
--- a/source4/librpc/config.mk
+++ b/source4/librpc/config.mk
@@ -9,7 +9,7 @@ ADD_OBJ_FILES = \
librpc/ndr/ndr_compression.o \
librpc/ndr/ndr_obfuscate.o \
librpc/ndr/ndr_misc.o
-REQUIRED_SUBSYSTEMS = LIBCLI_UTILS LIBCOMPRESSION
+REQUIRED_SUBSYSTEMS = LIBCLI_UTILS LIBCOMPRESSION LIBTALLOC LIBBASIC
# End SUBSYSTEM NDR_RAW
################################################