From f20640835823f28908005ef9d5dbc90c8a479f62 Mon Sep 17 00:00:00 2001 From: Carl Worth Date: Wed, 14 Apr 2010 16:03:18 -0700 Subject: [PATCH] Makefile: Move compat sources from the client code to the library. Since the library code needs these as well. --- Makefile.local | 1 - lib/Makefile.local | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.local b/Makefile.local index 5da54242..0f99e3f9 100644 --- a/Makefile.local +++ b/Makefile.local @@ -174,7 +174,6 @@ clean: distclean: clean notmuch_client_srcs = \ - $(notmuch_compat_srcs) \ debugger.c \ gmime-filter-reply.c \ gmime-filter-headers.c \ 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 \ -- 2.43.0