diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2006-03-25 18:47:47 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:59:14 -0500 |
commit | 935af3eb1963761b4c8fd9e0e9902ad592f948bf (patch) | |
tree | b3444a78fc16849758d1d19cef529ace32232154 /source4/librpc | |
parent | 13ea7bb7538050b21abcab9c2db7a2f85e2fdd02 (diff) | |
download | samba-935af3eb1963761b4c8fd9e0e9902ad592f948bf.tar.gz samba-935af3eb1963761b4c8fd9e0e9902ad592f948bf.tar.xz samba-935af3eb1963761b4c8fd9e0e9902ad592f948bf.zip |
r14724: Rearrange some source files, install more headers.
(This used to be commit 7146c1600f29c349e5bb78f810e7e170b535dd37)
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 eb8039c126..e02937bead 100644 --- a/source4/librpc/config.mk +++ b/source4/librpc/config.mk @@ -11,7 +11,7 @@ OBJ_FILES = \ ndr/ndr_basic.o \ ndr/ndr_string.o \ ndr/ndr_misc.o -REQUIRED_SUBSYSTEMS = LIBCLI_UTILS LIBTALLOC LIBSAMBA-UTIL +REQUIRED_SUBSYSTEMS = LIBSAMBA-ERRORS LIBTALLOC LIBSAMBA-UTIL # End SUBSYSTEM LIBNDR ################################################ |