repo.or.cz
/
dconf.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Declare libdconf_service as a dependency
[dconf.git]
/
gsettings
/
abicheck.sh
blob
c8b072bb13b8d914d4e397d56e812e261551f7d6
1
#!/bin/sh
2
3
${NM:-nm}
--dynamic --defined-only
$GSETTINGS_LIB
>
public-abi
4
test
"`cat public-abi | cut -f 3 -d ' ' | grep -v ^_ | grep -v ^g_io_module | wc -l`"
-eq
0
&&
rm
public-abi