Shell script used to strip dependencies out of .la files.
* gdk/Makefile.am gtk/Makefile.am sanitize-la.sh: Shell script used to strip dependencies out of .la files.
This commit is contained in:
parent
ed5fc07f4e
commit
809a11fea0
3
sanitize-la.sh
Executable file
3
sanitize-la.sh
Executable file
@ -0,0 +1,3 @@
|
||||
#!/bin/sh
|
||||
|
||||
sed "s/dependency_libs=.*/dependency_libs=''/" < $1 > $1T && mv $1T $1
|
Loading…
Reference in New Issue
Block a user