makedist.midori: Support for glib-networking would be nice too
This commit is contained in:
parent
1d700e4ca4
commit
63e68a63e3
1 changed files with 2 additions and 0 deletions
|
@ -97,6 +97,7 @@ echo -n .
|
|||
# auto generate dll list, only of existing files
|
||||
pushd $root_dir/bin > /dev/null
|
||||
dll_recursive midori*.exe gspawn-*-helper*.exe libhunspell*.dll > $temp_dir/midori.exe.lst
|
||||
dll_recursive ../lib/gio/modules/*.dll >> $temp_dir/midori.exe.lst
|
||||
files=`ls | cat - $temp_dir/midori.exe.lst | sort | uniq -d`
|
||||
rm $temp_dir/midori.exe.lst
|
||||
popd > /dev/null
|
||||
|
@ -123,6 +124,7 @@ grab_files lib gtk-2.0
|
|||
grab_files lib engines
|
||||
|
||||
grab_files lib enchant
|
||||
grab_files lib gio
|
||||
|
||||
echo -n .
|
||||
|
||||
|
|
Loading…
Reference in a new issue