]> git.sesse.net Git - vlc/commitdiff
make.pl: beautify g++
authorRafaël Carré <funman@videolan.org>
Mon, 28 Jan 2008 15:52:08 +0000 (15:52 +0000)
committerRafaël Carré <funman@videolan.org>
Mon, 28 Jan 2008 15:52:08 +0000 (15:52 +0000)
extras/make.pl

index 0f0ac3465ef1f539547f83892f4ca5eb0088c73a..21ea39170710a37ff6c86b16236e6dc1ca49ed6a 100755 (executable)
@@ -37,6 +37,8 @@ while(<STDIN>)
         $line =~ /^srcdir=.*/ ||
         $line =~ /^.* (lib[A-z0-9-_]*plugin.so).*/ ||
        $line =~ /^\sgcc\s-std=.*/ ||
+    $line =~ /^\sg\+\+\s.*/ ||
+#    $line =~ /^.*moc.*/ ||
        $line =~ /^.*libtool.*\-o\s(lib.*\.la).*/ ||
         $line =~ /^.*rm\s\-f\s(.*)/ ||
        $line =~ /^rm\s-fr\s(.*)/ ||