aboutsummaryrefslogtreecommitdiffhomepage
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
parentd09154465aeae727e93a4abf54ff8f3bf0bdab76 (diff)
Makefile: Move compat sources from the client code to the library.
Since the library code needs these as well.
-rw-r--r--Makefile.local1
-rw-r--r--lib/Makefile.local1
2 files changed, 1 insertions, 1 deletions
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 \