aboutsummaryrefslogtreecommitdiffhomepage
path: root/lib/Makefile.local
diff options
context:
space:
mode:
authorGravatar David Bremner <bremner@debian.org>2011-07-17 22:18:58 -0300
committerGravatar David Bremner <bremner@debian.org>2011-07-17 22:20:37 -0300
commita900ddaba661d693764d1a5f58f8b946bb788c4a (patch)
tree8801ce742859943f2552e328c0e14572846a7160 /lib/Makefile.local
parent8b10e4d56980037e388bf07c27899e34386c28f6 (diff)
parent2d69aba586b52566f322a347d459503d53de6ce6 (diff)
Merge commit '0.6.1'
Conflicts: lib/Makefile.local The conflicts are from three kinds of commits not merged into release: - typo fixes - removal of debug output - fix for CLEAN rule That were never merged into the release branch.
Diffstat (limited to 'lib/Makefile.local')
-rw-r--r--lib/Makefile.local4
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/Makefile.local b/lib/Makefile.local
index 88d8debc..9210f0e5 100644
--- a/lib/Makefile.local
+++ b/lib/Makefile.local
@@ -75,9 +75,7 @@ $(dir)/$(LIBNAME): $(libnotmuch_modules) notmuch.sym
$(call quiet,CXX $(CXXFLAGS)) $(libnotmuch_modules) $(FINAL_LIBNOTMUCH_LDFLAGS) $(LIBRARY_LINK_FLAG) -o $@
notmuch.sym: lib/notmuch.h
- printf "{\nglobal:\n" > notmuch.sym
- sed -n 's/^[[:space:]]*\(notmuch_[a-z_]*\)[[:space:]]*(.*/'"`printf "\t"`"'\1;/p' $< >> notmuch.sym
- printf "local: *;\n};\n" >> notmuch.sym
+ sh lib/gen-version-script.sh $< $(libnotmuch_modules) > $@
$(dir)/$(SONAME): $(dir)/$(LIBNAME)
ln -sf $(LIBNAME) $@