aboutsummaryrefslogtreecommitdiffhomepage
path: root/lib/Makefile.local
diff options
context:
space:
mode:
authorGravatar Carl Worth <cworth@cworth.org>2010-04-14 16:03:18 -0700
committerGravatar Carl Worth <cworth@cworth.org>2010-04-14 16:03:18 -0700
commitf20640835823f28908005ef9d5dbc90c8a479f62 (patch)
tree736deb38f38257274dad5d1616b2f82ee9711afa /lib/Makefile.local
parentd09154465aeae727e93a4abf54ff8f3bf0bdab76 (diff)
Makefile: Move compat sources from the client code to the library.
Since the library code needs these as well.
Diffstat (limited to 'lib/Makefile.local')
-rw-r--r--lib/Makefile.local1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Makefile.local b/lib/Makefile.local
index 0e3a4d15..dc608ef0 100644
--- a/lib/Makefile.local
+++ b/lib/Makefile.local
@@ -30,6 +30,7 @@ dir := lib
extra_cflags += -I$(dir) -fPIC
libnotmuch_c_srcs = \
+ $(notmuch_compat_srcs) \
$(dir)/libsha1.c \
$(dir)/message-file.c \
$(dir)/messages.c \