From f9dd0263553c4f04fbc0d067e5384a9e46cd98bc Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Sat, 13 May 2006 21:36:15 +0000 Subject: r15585: Revive pidl's SWIG file generator. It now generates simple object oriented wrappers for the interfaces (still need to fix the actual function calls) (This used to be commit bf5da20869eae29aea92386cbb13413b507fc55f) --- source4/build/smb_build/output.pm | 1 + 1 file changed, 1 insertion(+) (limited to 'source4/build/smb_build/output.pm') diff --git a/source4/build/smb_build/output.pm b/source4/build/smb_build/output.pm index 351dff521a..7accad92da 100644 --- a/source4/build/smb_build/output.pm +++ b/source4/build/smb_build/output.pm @@ -19,6 +19,7 @@ sub add_dir($$) if (substr($_, 0, 1) ne "\$") { $_ = "$dir/$_"; s/([^\/\.]+)\/\.\.\///g; + s/([^\/\.]+)\/\.\.\///g; } push (@ret, $_); } -- cgit