From f20640835823f28908005ef9d5dbc90c8a479f62 Mon Sep 17 00:00:00 2001 From: Carl Worth Date: Wed, 14 Apr 2010 16:03:18 -0700 Subject: Makefile: Move compat sources from the client code to the library. Since the library code needs these as well. --- lib/Makefile.local | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/Makefile.local') 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 \ -- cgit v1.2.3