From b690fedef55bb4bf9ecff07b78d3a14b4d4d6e45 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Mon, 29 Mar 2010 21:44:37 +1100 Subject: s4-waf: removed the AUTOGENERATED markers we won't be using the mk -> wscript generator again --- source4/lib/events/wscript_build | 3 --- source4/lib/ldb-samba/wscript_build | 3 --- source4/lib/messaging/wscript_build | 3 --- source4/lib/samba3/wscript_build | 3 --- source4/lib/socket/wscript_build | 3 --- source4/lib/stream/wscript_build | 3 --- source4/lib/wmi/wscript_build | 3 --- 7 files changed, 21 deletions(-) (limited to 'source4/lib') diff --git a/source4/lib/events/wscript_build b/source4/lib/events/wscript_build index 49328e8fa6..f74add6a43 100644 --- a/source4/lib/events/wscript_build +++ b/source4/lib/events/wscript_build @@ -1,8 +1,5 @@ #!/usr/bin/env python -# AUTOGENERATED by mktowscript.pl from ../../source4/lib/events/config.mk -# Please remove this notice if hand editing - bld.SAMBA_SUBSYSTEM('LIBEVENTS', source='tevent_s4.c', diff --git a/source4/lib/ldb-samba/wscript_build b/source4/lib/ldb-samba/wscript_build index 852e971a4e..d80805c6a0 100644 --- a/source4/lib/ldb-samba/wscript_build +++ b/source4/lib/ldb-samba/wscript_build @@ -1,8 +1,5 @@ #!/usr/bin/env python -# AUTOGENERATED by mktowscript.pl from ../../source4/lib/ldb-samba/config.mk -# Please remove this notice if hand editing - bld.SAMBA_SUBSYSTEM('LDBSAMBA', source='ldif_handlers.c', diff --git a/source4/lib/messaging/wscript_build b/source4/lib/messaging/wscript_build index 203fd8e5a1..ae15406895 100644 --- a/source4/lib/messaging/wscript_build +++ b/source4/lib/messaging/wscript_build @@ -1,8 +1,5 @@ #!/usr/bin/env python -# AUTOGENERATED by mktowscript.pl from ../../source4/lib/messaging/config.mk -# Please remove this notice if hand editing - bld.SAMBA_SUBSYSTEM('MESSAGING', source='messaging.c', diff --git a/source4/lib/samba3/wscript_build b/source4/lib/samba3/wscript_build index 393f549b56..34a796ec15 100644 --- a/source4/lib/samba3/wscript_build +++ b/source4/lib/samba3/wscript_build @@ -1,8 +1,5 @@ #!/usr/bin/env python -# AUTOGENERATED by mktowscript.pl from ../../source4/lib/samba3/config.mk -# Please remove this notice if hand editing - bld.SAMBA_SUBSYSTEM('SMBPASSWD', source='smbpasswd.c', diff --git a/source4/lib/socket/wscript_build b/source4/lib/socket/wscript_build index afa6644fac..7ce9e65b12 100644 --- a/source4/lib/socket/wscript_build +++ b/source4/lib/socket/wscript_build @@ -1,8 +1,5 @@ #!/usr/bin/env python -# AUTOGENERATED by mktowscript.pl from ../../source4/lib/socket/config.mk -# Please remove this notice if hand editing - bld.SAMBA_SUBSYSTEM('LIBNETIF', source='interface.c netif.c', diff --git a/source4/lib/stream/wscript_build b/source4/lib/stream/wscript_build index 6ef6d30fa8..8427c17045 100644 --- a/source4/lib/stream/wscript_build +++ b/source4/lib/stream/wscript_build @@ -1,8 +1,5 @@ #!/usr/bin/env python -# AUTOGENERATED by mktowscript.pl from ../../source4/lib/stream/config.mk -# Please remove this notice if hand editing - bld.SAMBA_SUBSYSTEM('LIBPACKET', source='packet.c', diff --git a/source4/lib/wmi/wscript_build b/source4/lib/wmi/wscript_build index fd8c17a667..6efc0bf8da 100644 --- a/source4/lib/wmi/wscript_build +++ b/source4/lib/wmi/wscript_build @@ -1,8 +1,5 @@ #!/usr/bin/env python -# AUTOGENERATED by mktowscript.pl from ../../source4/lib/wmi/config.mk -# Please remove this notice if hand editing - bld.SAMBA_SUBSYSTEM('WMI', source='wmicore.c wbemdata.c ../../../librpc/gen_ndr/dcom_p.c', -- cgit