diff options
author | Günther Deschner <gd@samba.org> | 2010-03-25 13:17:05 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2010-03-25 14:43:38 +0100 |
commit | a2e65a2addb38ebf57c04b83ae9a2312233d78b7 (patch) | |
tree | 3c4835761ec3861839b506de97332df4882074b3 /source4/torture/config.mk | |
parent | 45f6eae4c43f47b4ac766183aafe9a7139c257a0 (diff) | |
download | samba-a2e65a2addb38ebf57c04b83ae9a2312233d78b7.tar.gz |
s3-selftest: add RAP-RPC testsuite for crosschecking RAP and DCERPC calls.
Guenther
Diffstat (limited to 'source4/torture/config.mk')
-rw-r--r-- | source4/torture/config.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/torture/config.mk b/source4/torture/config.mk index 56bfa9cb4f5..3315865cec3 100644 --- a/source4/torture/config.mk +++ b/source4/torture/config.mk @@ -140,7 +140,7 @@ PRIVATE_DEPENDENCIES = TORTURE_UTIL LIBCLI_SMB # End SUBSYSTEM TORTURE_RAP ################################# -TORTURE_RAP_OBJ_FILES = $(torturesrcdir)/rap/rap.o +TORTURE_RAP_OBJ_FILES = $(torturesrcdir)/rap/rap.o $(torturesrcdir)/rap/rpc.o $(eval $(call proto_header_template,$(torturesrcdir)/rap/proto.h,$(TORTURE_RAP_OBJ_FILES:.o=.c))) |