]> git.notmuchmail.org Git - notmuch/blobdiff - Makefile
Build and link against notmuch shared library, install notmuch.h
[notmuch] / Makefile
index 46f001ce2fa5d2523ff08c577b4aadbecae853fa..80eedd0c52d72dbab471bd83452e5e4d30b405a2 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,3 +1,4 @@
+SONAME = libnotmuch.so.1
 WARN_CXXFLAGS=-Wall -Wextra -Wwrite-strings -Wswitch-enum
 WARN_CFLAGS=$(WARN_CXXFLAGS) -Wmissing-declarations