diff options
author | Andrew Tridgell <tridge@samba.org> | 2010-03-29 21:44:37 +1100 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2010-04-06 20:27:16 +1000 |
commit | b690fedef55bb4bf9ecff07b78d3a14b4d4d6e45 (patch) | |
tree | 4e5592c3fb74aeaff8f16916baf7f609cf1c92bd /source4/lib | |
parent | 989eb9dbdc43387502a0e0f4fc8f6e0f157eeb3c (diff) | |
download | samba-b690fedef55bb4bf9ecff07b78d3a14b4d4d6e45.tar.gz samba-b690fedef55bb4bf9ecff07b78d3a14b4d4d6e45.tar.bz2 samba-b690fedef55bb4bf9ecff07b78d3a14b4d4d6e45.zip |
s4-waf: removed the AUTOGENERATED markers
we won't be using the mk -> wscript generator again
Diffstat (limited to 'source4/lib')
-rw-r--r-- | source4/lib/events/wscript_build | 3 | ||||
-rw-r--r-- | source4/lib/ldb-samba/wscript_build | 3 | ||||
-rw-r--r-- | source4/lib/messaging/wscript_build | 3 | ||||
-rw-r--r-- | source4/lib/samba3/wscript_build | 3 | ||||
-rw-r--r-- | source4/lib/socket/wscript_build | 3 | ||||
-rw-r--r-- | source4/lib/stream/wscript_build | 3 | ||||
-rw-r--r-- | source4/lib/wmi/wscript_build | 3 |
7 files changed, 0 insertions, 21 deletions
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', |