From f7548d6d28c313cf80e6f3ef89aed16a19815df1 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 28 Apr 2024 11:51:24 +0200 Subject: Adding upstream version 1:2.3.19.1+dfsg1. Signed-off-by: Daniel Baumann --- src/lib-storage/index/dbox-single/Makefile.am | 30 +++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 src/lib-storage/index/dbox-single/Makefile.am (limited to 'src/lib-storage/index/dbox-single/Makefile.am') diff --git a/src/lib-storage/index/dbox-single/Makefile.am b/src/lib-storage/index/dbox-single/Makefile.am new file mode 100644 index 0000000..b6f59bd --- /dev/null +++ b/src/lib-storage/index/dbox-single/Makefile.am @@ -0,0 +1,30 @@ +noinst_LTLIBRARIES = libstorage_dbox_single.la + +AM_CPPFLAGS = \ + -I$(top_srcdir)/src/lib \ + -I$(top_srcdir)/src/lib-settings \ + -I$(top_srcdir)/src/lib-master \ + -I$(top_srcdir)/src/lib-fs \ + -I$(top_srcdir)/src/lib-mail \ + -I$(top_srcdir)/src/lib-imap \ + -I$(top_srcdir)/src/lib-index \ + -I$(top_srcdir)/src/lib-storage \ + -I$(top_srcdir)/src/lib-storage/index \ + -I$(top_srcdir)/src/lib-storage/index/dbox-common + +libstorage_dbox_single_la_SOURCES = \ + sdbox-copy.c \ + sdbox-file.c \ + sdbox-mail.c \ + sdbox-save.c \ + sdbox-sync.c \ + sdbox-sync-rebuild.c \ + sdbox-storage.c + +headers = \ + sdbox-file.h \ + sdbox-storage.h \ + sdbox-sync.h + +pkginc_libdir=$(pkgincludedir) +pkginc_lib_HEADERS = $(headers) -- cgit v1.2.3