Makefile: Move compat sources from the client code to the library.

Since the library code needs these as well.
This commit is contained in:
Carl Worth 2010-04-14 16:03:18 -07:00
parent d09154465a
commit f206408358
2 changed files with 1 additions and 1 deletions

View file

@ -174,7 +174,6 @@ clean:
distclean: clean
notmuch_client_srcs = \
$(notmuch_compat_srcs) \
debugger.c \
gmime-filter-reply.c \
gmime-filter-headers.c \

View file

@ -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 \