diff options
author | Andrew Tridgell <tridge@samba.org> | 2001-02-21 05:58:00 +0000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2001-02-21 05:58:00 +0000 |
commit | 63e6ffbe0d481778915e6d07c8319cd5c1be3896 (patch) | |
tree | 9e9f9547ab93f36302c33234ff22fbdc547dd701 | |
parent | e5f60ce0b33787372e24716cb4867f4cb8124471 (diff) | |
download | samba-63e6ffbe0d481778915e6d07c8319cd5c1be3896.tar.gz samba-63e6ffbe0d481778915e6d07c8319cd5c1be3896.tar.bz2 samba-63e6ffbe0d481778915e6d07c8319cd5c1be3896.zip |
rpc_parse_samr.c doesn't exist in head ...
(This used to be commit ea81a3ec88501194b7853a7c71a622b3fc0cf6f1)
-rw-r--r-- | source3/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/Makefile.in b/source3/Makefile.in index 5f0b19bf00..ea3a62f011 100644 --- a/source3/Makefile.in +++ b/source3/Makefile.in @@ -150,7 +150,7 @@ RPC_PARSE_OBJ = rpc_parse/parse_lsa.o rpc_parse/parse_net.o \ RPC_PARSE_NEW_OBJ = rpc_parse/parse_lsa.o rpc_parse/parse_net.o \ rpc_parse/parse_reg.o rpc_parse/parse_rpc.o \ - rpc_parse/parse_samr_new.o rpc_parse/parse_srv.o \ + rpc_parse/parse_srv.o \ rpc_parse/parse_wks.o \ rpc_parse/parse_spoolss.o rpc_parse/parse_dfs.o \ rpc_parse/parse_creds.o |