]> git.notmuchmail.org Git - notmuch/blobdiff - lib/gen-version-script.sh
build: do not export compat functions from lib
[notmuch] / lib / gen-version-script.sh
index 5621f2a9fd85d35feaa7985898a2a67f5fe9ee51..c98a07b0c701e70f4963c17c63c42a19de2e6cf0 100644 (file)
@@ -24,6 +24,5 @@ while read sym; do
            ;;
     esac
 done
            ;;
     esac
 done
-nm $* | awk '$1 ~ "^[0-9a-fA-F][0-9a-fA-F]*$" && $2 == "T" && $3 ~ "^(getline|getdelim|canonicalize_file_name)$" {print $3 ";"}'
 sed  -n 's/^[[:space:]]*\(notmuch_[a-z_]*\)[[:space:]]*(.*/ \1;/p' $HEADER
 printf "local: *;\n};\n"
 sed  -n 's/^[[:space:]]*\(notmuch_[a-z_]*\)[[:space:]]*(.*/ \1;/p' $HEADER
 printf "local: *;\n};\n"