summaryrefslogtreecommitdiff
path: root/source4/torture/wscript_build
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2010-03-25 16:48:46 +1100
committerAndrew Tridgell <tridge@samba.org>2010-04-06 20:27:06 +1000
commit6e54655f4a0bdaa4be949909a77d60f502cf891d (patch)
treee1ec127b08e76e60c5fa80aae9adb802f917760f /source4/torture/wscript_build
parent48fd7802f9788e69ade6d252e1f718be6b77438c (diff)
downloadsamba-6e54655f4a0bdaa4be949909a77d60f502cf891d.tar.gz
samba-6e54655f4a0bdaa4be949909a77d60f502cf891d.tar.bz2
samba-6e54655f4a0bdaa4be949909a77d60f502cf891d.zip
s4-waf: update torture for new ndr/drsblobs.c tests
Diffstat (limited to 'source4/torture/wscript_build')
-rw-r--r--source4/torture/wscript_build2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/torture/wscript_build b/source4/torture/wscript_build
index 489d3300ae..101612b241 100644
--- a/source4/torture/wscript_build
+++ b/source4/torture/wscript_build
@@ -34,7 +34,7 @@ bld.BUILD_SUBDIR('libnetapi')
bld.BUILD_SUBDIR('libsmbclient')
bld.SAMBA_SUBSYSTEM('TORTURE_NDR',
- source='ndr/ndr.c ndr/winreg.c ndr/atsvc.c ndr/lsa.c ndr/epmap.c ndr/dfs.c ndr/netlogon.c ndr/drsuapi.c ndr/spoolss.c ndr/samr.c ndr/dfsblob.c',
+ source='ndr/ndr.c ndr/winreg.c ndr/atsvc.c ndr/lsa.c ndr/epmap.c ndr/dfs.c ndr/netlogon.c ndr/drsuapi.c ndr/spoolss.c ndr/samr.c ndr/dfsblob.c ndr/drsblobs.c',
autoproto='ndr/proto.h',
deps='torture SERVICE_SMB'
)