diff --git a/Makefile.local b/Makefile.local index 3d3474e0..6bc78ef8 100644 --- a/Makefile.local +++ b/Makefile.local @@ -212,6 +212,7 @@ dataclean: distclean rm -rf $(DATACLEAN) notmuch_client_srcs = \ + $(notmuch_compat_srcs) \ command-line-arguments.c\ debugger.c \ status.c \ diff --git a/lib/gen-version-script.sh b/lib/gen-version-script.sh index 5621f2a9..c98a07b0 100644 --- a/lib/gen-version-script.sh +++ b/lib/gen-version-script.sh @@ -24,6 +24,5 @@ while read sym; do ;; 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"