summaryrefslogtreecommitdiff
path: root/source4
diff options
context:
space:
mode:
authorTim Potter <tpot@samba.org>2005-09-23 07:43:43 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:38:47 -0500
commit41c393e5f4e6782600ae69659d30298535a39ea6 (patch)
tree78ff78baad080362f647a07c98cc01483eae1ae7 /source4
parent52bf6f52a16353c1a5a6bacc60c4765c8f174b58 (diff)
downloadsamba-41c393e5f4e6782600ae69659d30298535a39ea6.tar.gz
samba-41c393e5f4e6782600ae69659d30298535a39ea6.tar.bz2
samba-41c393e5f4e6782600ae69659d30298535a39ea6.zip
r10448: Add librpc SConscript file to build.
(This used to be commit cc45b27034c72c20a7a17d957cf0615041d59308)
Diffstat (limited to 'source4')
-rw-r--r--source4/SConstruct2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/SConstruct b/source4/SConstruct
index 8376479fe1..bc03f82c83 100644
--- a/source4/SConstruct
+++ b/source4/SConstruct
@@ -210,7 +210,7 @@ SConscript(
dirs=['lib','torture','rpc_server','cldap_server','libcli',
'nbt_server','client','ldap_server','libnet','nsswitch','web_server',
'smbd','dsdb','heimdal_build','ntptr','kdc','smb_server','ntvfs',
- 'winbind','scripting','auth'])
+ 'winbind','scripting','auth', 'librpc'])
hostenv.CProtoHeader(target='include/proto.h',source=proto_files)