summaryrefslogtreecommitdiff
path: root/source4/Makefile.in
diff options
context:
space:
mode:
authorTim Potter <tpot@samba.org>2004-04-03 01:25:40 +0000
committerTim Potter <tpot@samba.org>2004-04-03 01:25:40 +0000
commitf1c3fa060efcecde404d0bfb55c359ef7fe36ed8 (patch)
tree7b4cd54be3ed694a835c6ada2fa55570413267af /source4/Makefile.in
parent4c12490730de84d63bf654f97cbc17ffcb1d25f5 (diff)
downloadsamba-f1c3fa060efcecde404d0bfb55c359ef7fe36ed8.tar.gz
samba-f1c3fa060efcecde404d0bfb55c359ef7fe36ed8.tar.bz2
samba-f1c3fa060efcecde404d0bfb55c359ef7fe36ed8.zip
This is the start of a C API to the DCERPC client routines. Currently
the only way to access this is to cut&paste from torture/rpc/*.c (This used to be commit 3355fec421f82034f433a4b59aa5ad589b070577)
Diffstat (limited to 'source4/Makefile.in')
-rw-r--r--source4/Makefile.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/Makefile.in b/source4/Makefile.in
index f095007c99..31e752165d 100644
--- a/source4/Makefile.in
+++ b/source4/Makefile.in
@@ -106,6 +106,7 @@ LIBCLI_OBJS = @LIBCLI_OBJS@
LIBNDR_RAW_OBJS = @LIBNDR_RAW_OBJS@
LIBRPC_RAW_OBJS = @LIBRPC_RAW_OBJS@
LIBRPC_OBJS = @LIBRPC_OBJS@
+LIBRPC_CLIENT_OBJS = @LIBRPC_CLIENT_OBJS@
LIBSMB_OBJS = @LIBSMB_OBJS@
LIBSMB_LIBS = @LIBSMB_LIBS@