From 6dd836d6885846f3f28ffe62a27a3e9ed3a1a320 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Mon, 30 Jan 2006 07:59:53 +0000 Subject: r13227: revert some more stuff from 13208 metze (This used to be commit 03a0363850b7b38fc3621dfde38504d66156e728) --- source4/build/smb_build/smb_build_h.pm | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'source4') diff --git a/source4/build/smb_build/smb_build_h.pm b/source4/build/smb_build/smb_build_h.pm index d88f98040e..3b178c8226 100644 --- a/source4/build/smb_build/smb_build_h.pm +++ b/source4/build/smb_build/smb_build_h.pm @@ -28,10 +28,7 @@ sub _prepare_build_h($) foreach my $key (values %{$depend}) { my $DEFINE = (); - next if ($key->{TYPE} ne "LIBRARY" and - $key->{TYPE} ne "SUBSYSTEM" and - $key->{TYPE} ne "BINARY" and - $key->{TYPE} ne "MODULE"); + next if ($key->{TYPE} ne "LIBRARY" and $key->{TYPE} ne "SUBSYSTEM"); next unless defined($key->{INIT_FUNCTIONS}); $DEFINE->{COMMENT} = "$key->{TYPE} $key->{NAME} INIT"; -- cgit