]> git.notmuchmail.org Git - notmuch/commitdiff
Makefile: Move compat sources from the client code to the library.
authorCarl Worth <cworth@cworth.org>
Wed, 14 Apr 2010 23:03:18 +0000 (16:03 -0700)
committerCarl Worth <cworth@cworth.org>
Wed, 14 Apr 2010 23:03:18 +0000 (16:03 -0700)
Since the library code needs these as well.

Makefile.local
lib/Makefile.local

index 5da542422f75667953a65b2eab0a3404dd1f504e..0f99e3f9d9d3c3253f6256ed3de1acf1d4b6a639 100644 (file)
@@ -174,7 +174,6 @@ clean:
 distclean: clean
 
 notmuch_client_srcs =          \
 distclean: clean
 
 notmuch_client_srcs =          \
-       $(notmuch_compat_srcs)  \
        debugger.c              \
        gmime-filter-reply.c    \
        gmime-filter-headers.c  \
        debugger.c              \
        gmime-filter-reply.c    \
        gmime-filter-headers.c  \
index 0e3a4d15540c547f5186b33836daa0c89aa55aaf..dc608ef0994c4b86b76ec3af16c23a5fb5fc7981 100644 (file)
@@ -30,6 +30,7 @@ dir := lib
 extra_cflags += -I$(dir) -fPIC
 
 libnotmuch_c_srcs =            \
 extra_cflags += -I$(dir) -fPIC
 
 libnotmuch_c_srcs =            \
+       $(notmuch_compat_srcs)  \
        $(dir)/libsha1.c        \
        $(dir)/message-file.c   \
        $(dir)/messages.c       \
        $(dir)/libsha1.c        \
        $(dir)/message-file.c   \
        $(dir)/messages.c       \