diff options
author | Derrell Lipman <derrell@samba.org> | 2005-11-08 18:23:51 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 11:05:21 -0500 |
commit | 5e7d3081d37e47543b4d6d5730da4a684518e192 (patch) | |
tree | c628761a95ab3584598147fe91834019fd3a26bf | |
parent | fe6ce8ee4521c45aa66b9b6bf38ca32e04cb9fbf (diff) | |
download | samba-5e7d3081d37e47543b4d6d5730da4a684518e192.tar.gz samba-5e7d3081d37e47543b4d6d5730da4a684518e192.tar.bz2 samba-5e7d3081d37e47543b4d6d5730da4a684518e192.zip |
r11583: r10556@cabra: derrell | 2005-11-08 13:20:56 -0500
fix copy/paste error
(This used to be commit 07dd45af840d8336937d1004ff8bdbd97db8d0b7)
-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 b77addfdb0..09472602c8 100644 --- a/source3/Makefile.in +++ b/source3/Makefile.in @@ -98,7 +98,7 @@ LIBSMBCLIENT=bin/libsmbclient.a @LIBSMBCLIENT_SHARED@ LIBSMBCLIENT_MAJOR=0 LIBSMBCLIENT_MINOR=1 -LIBMSRPC=bin/libmsrpc.a @LIBSMBCLIENT_SHARED@ +LIBMSRPC=bin/libmsrpc.a @LIBMSRPC_SHARED@ LIBMSRPC_MAJOR=0 LIBMSRPC_MINOR=1 |