diff options
author | Günther Deschner <gd@samba.org> | 2009-01-09 16:16:11 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2009-01-09 17:08:18 +0100 |
commit | f2dd351a1e63f57e030a7b6e8660fcf43e401e9d (patch) | |
tree | 1a5748f03b18019f9f3623fd8ccceaa418595cf6 /source4/librpc | |
parent | b516a2abcadb4a58fe7058ddbb4e38f53a467426 (diff) | |
download | samba-f2dd351a1e63f57e030a7b6e8660fcf43e401e9d.tar.gz samba-f2dd351a1e63f57e030a7b6e8660fcf43e401e9d.tar.bz2 samba-f2dd351a1e63f57e030a7b6e8660fcf43e401e9d.zip |
s4-smbtorture: print hand-decoded service status array in svcctl torture test.
Guenther
Diffstat (limited to 'source4/librpc')
-rw-r--r-- | source4/librpc/config.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/librpc/config.mk b/source4/librpc/config.mk index c26aeeb8fb..5bbdfaf4d8 100644 --- a/source4/librpc/config.mk +++ b/source4/librpc/config.mk @@ -197,7 +197,7 @@ NDR_SRVSVC_OBJ_FILES = ../librpc/gen_ndr/ndr_srvsvc.o [SUBSYSTEM::NDR_SVCCTL] PUBLIC_DEPENDENCIES = LIBNDR -NDR_SVCCTL_OBJ_FILES = ../librpc/gen_ndr/ndr_svcctl.o +NDR_SVCCTL_OBJ_FILES = ../librpc/gen_ndr/ndr_svcctl.o ../librpc/ndr/ndr_svcctl.o PUBLIC_HEADERS += $(addprefix ../librpc/gen_ndr/, ndr_svcctl.h svcctl.h) |