aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
authorGravatar Ben Gamari <bgamari.foss@gmail.com>2010-03-12 14:47:34 +0100
committerGravatar Carl Worth <cworth@cworth.org>2010-03-31 17:38:27 -0700
commit266ab595a2fcbc8467eae843557597835269a554 (patch)
tree5eb189d0aa917a2a9372139b447533ee230964e9 /Makefile
parentb957a1b029d27c6b2ecd352dbacde3d9d164666f (diff)
Build and link against notmuch shared library, install notmuch.h
Signed-off-by: Ingmar Vanhassel <ingmar@exherbo.org>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 46f001ce..80eedd0c 100644
--- 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