diff options
author | Andrew Tridgell <tridge@samba.org> | 2005-06-19 22:29:40 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:18:32 -0500 |
commit | a40d966ff592436be7014c8a83144c0a5901c1fb (patch) | |
tree | 912f63b584f5e378f046fefb015b5453d013b39b /source4/librpc | |
parent | 6d1fedd199b1108a499cbba9a0db0db440a54644 (diff) | |
download | samba-a40d966ff592436be7014c8a83144c0a5901c1fb.tar.gz samba-a40d966ff592436be7014c8a83144c0a5901c1fb.tar.bz2 samba-a40d966ff592436be7014c8a83144c0a5901c1fb.zip |
r7763: fixed some circular dependencies
(This used to be commit 3bdf89b0f7521ca39d48dc4c32fe96971d4d60fd)
Diffstat (limited to 'source4/librpc')
-rw-r--r-- | source4/librpc/config.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/librpc/config.mk b/source4/librpc/config.mk index 68553c264c..c5c261c63f 100644 --- a/source4/librpc/config.mk +++ b/source4/librpc/config.mk @@ -8,7 +8,7 @@ ADD_OBJ_FILES = \ librpc/ndr/ndr_string.o \ librpc/ndr/ndr_obfuscate.o \ librpc/ndr/ndr_misc.o -REQUIRED_SUBSYSTEMS = LIBCLI_UTILS LIBTALLOC LIBBASIC +REQUIRED_SUBSYSTEMS = LIBCLI_UTILS LIBTALLOC # End SUBSYSTEM NDR_RAW ################################################ |