mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-12-22 09:24:54 +01:00
Makefile: Move compat sources from the client code to the library.
Since the library code needs these as well.
This commit is contained in:
parent
d09154465a
commit
f206408358
2 changed files with 1 additions and 1 deletions
|
@ -174,7 +174,6 @@ clean:
|
|||
distclean: clean
|
||||
|
||||
notmuch_client_srcs = \
|
||||
$(notmuch_compat_srcs) \
|
||||
debugger.c \
|
||||
gmime-filter-reply.c \
|
||||
gmime-filter-headers.c \
|
||||
|
|
|
@ -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 \
|
||||
|
|
Loading…
Reference in a new issue