diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2004-11-14 23:10:04 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:05:48 -0500 |
commit | 1824d52ff2c5492b091502c9fcf70aa073b51b37 (patch) | |
tree | 731b0db2b13a6a082bb00930d9f733870bc8f940 /source4/librpc | |
parent | 3757bf5c5bd1e218ea8153964d69c00a164a17e5 (diff) | |
download | samba-1824d52ff2c5492b091502c9fcf70aa073b51b37.tar.gz samba-1824d52ff2c5492b091502c9fcf70aa073b51b37.tar.bz2 samba-1824d52ff2c5492b091502c9fcf70aa073b51b37.zip |
r3740: Convert more files to .mk, fix the build
(This used to be commit a7c3c8cb6256acf672996fc6bf6128865a9ba0a9)
Diffstat (limited to 'source4/librpc')
-rw-r--r-- | source4/librpc/config.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source4/librpc/config.mk b/source4/librpc/config.mk index 39c4e9c12b..8a845a186a 100644 --- a/source4/librpc/config.mk +++ b/source4/librpc/config.mk @@ -25,7 +25,7 @@ ADD_OBJ_FILES = \ librpc/rpc/dcerpc_spnego.o \ librpc/rpc/dcerpc_smb.o \ librpc/rpc/dcerpc_sock.o -REQUIRED_SUBSYSTEMS = LIBSMB SOCKET +REQUIRED_SUBSYSTEMS = SOCKET # End SUBSYSTEM LIBRPC_RAW ################################################ @@ -84,6 +84,6 @@ ADD_OBJ_FILES = \ ################################################ # Start SUBSYSTEM LIBRPC [SUBSYSTEM::LIBRPC] -REQUIRED_SUBSYSTEMS = LIBNDR_RAW LIBNDR_GEN LIBRPC_RAW LIBDCOM +REQUIRED_SUBSYSTEMS = LIBNDR_RAW LIBNDR_GEN LIBRPC_RAW LIBSMB LIBDCOM # End SUBSYSTEM LIBRPC ################################################ |