[Commits] [SCM] claws branch, gtk3tree, updated. 3.99.0-137-gbbc08072d

thorsten at claws-mail.org thorsten at claws-mail.org
Fri Apr 30 16:00:14 CEST 2021


The branch, gtk3tree has been updated
       via  bbc08072dd9ffffa9fe008825fd300880d94ce4e (commit)
      from  831937c0b0efb0ae4e6bf52792355a3dc6dbed52 (commit)

Summary of changes:
 src/plugins/address_keeper/Makefile.am | 1 +
 src/plugins/att_remover/Makefile.am    | 1 +
 src/plugins/attachwarner/Makefile.am   | 1 +
 src/plugins/gdata/Makefile.am          | 1 +
 src/plugins/libravatar/Makefile.am     | 1 +
 src/plugins/managesieve/Makefile.am    | 1 +
 src/plugins/pdf_viewer/Makefile.am     | 1 +
 src/plugins/pgpcore/Makefile.am        | 1 +
 src/plugins/pgpmime/Makefile.am        | 1 +
 src/plugins/smime/Makefile.am          | 1 +
 src/plugins/vcalendar/Makefile.am      | 1 +
 11 files changed, 11 insertions(+)


- Log -----------------------------------------------------------------
commit bbc08072dd9ffffa9fe008825fd300880d94ce4e
Author: Thorsten Maerz <info at netztorte.de>
Date:   Fri Apr 30 15:44:25 2021 +0200

    Allow compilation from outside source directory
    
    The autogenerated files (matcher_parser_*, quote_fmt_*) are created in
    builddir (not in srcdir).
    Updated IFLAGS (include paths), so these files are found.

diff --git a/src/plugins/address_keeper/Makefile.am b/src/plugins/address_keeper/Makefile.am
index 2388f7759..180f9233c 100644
--- a/src/plugins/address_keeper/Makefile.am
+++ b/src/plugins/address_keeper/Makefile.am
@@ -6,6 +6,7 @@
 EXTRA_DIST = claws.def plugin.def version.rc
 
 IFLAGS = \
+	-I$(top_builddir)/src \
 	-I$(top_srcdir)/src \
 	-I$(top_srcdir)/src/common \
 	-I$(top_builddir)/src/common \
diff --git a/src/plugins/att_remover/Makefile.am b/src/plugins/att_remover/Makefile.am
index a0f8b9232..4bf90a6c2 100644
--- a/src/plugins/att_remover/Makefile.am
+++ b/src/plugins/att_remover/Makefile.am
@@ -6,6 +6,7 @@
 EXTRA_DIST = claws.def plugin.def version.rc
 
 IFLAGS = \
+	-I$(top_builddir)/src \
 	-I$(top_srcdir)/src \
 	-I$(top_srcdir)/src/common \
 	-I$(top_builddir)/src/common \
diff --git a/src/plugins/attachwarner/Makefile.am b/src/plugins/attachwarner/Makefile.am
index 6315e9165..5f06df79e 100644
--- a/src/plugins/attachwarner/Makefile.am
+++ b/src/plugins/attachwarner/Makefile.am
@@ -6,6 +6,7 @@
 EXTRA_DIST = claws.def plugin.def version.rc
 
 IFLAGS = \
+	-I$(top_builddir)/src \
 	-I$(top_srcdir)/src \
 	-I$(top_srcdir)/src/common \
 	-I$(top_builddir)/src/common \
diff --git a/src/plugins/gdata/Makefile.am b/src/plugins/gdata/Makefile.am
index 39db98c0c..511dc6b65 100644
--- a/src/plugins/gdata/Makefile.am
+++ b/src/plugins/gdata/Makefile.am
@@ -23,6 +23,7 @@ gdata_la_LDFLAGS = \
 	$(GDATA_LIBS)
 
 gdata_la_CPPFLAGS = \
+	-I$(top_builddir)/src \
 	-I$(top_srcdir)/src \
 	-I$(top_srcdir)/src/common \
 	-I$(top_builddir)/src/common \
diff --git a/src/plugins/libravatar/Makefile.am b/src/plugins/libravatar/Makefile.am
index c494b039d..704fc9d29 100644
--- a/src/plugins/libravatar/Makefile.am
+++ b/src/plugins/libravatar/Makefile.am
@@ -6,6 +6,7 @@
 EXTRA_DIST = claws.def plugin.def version.rc
 
 IFLAGS = \
+	-I$(top_builddir)/src \
 	-I$(top_srcdir)/src \
 	-I$(top_srcdir)/src/common \
 	-I$(top_builddir)/src/common \
diff --git a/src/plugins/managesieve/Makefile.am b/src/plugins/managesieve/Makefile.am
index fe4cb7d31..ad3f97626 100644
--- a/src/plugins/managesieve/Makefile.am
+++ b/src/plugins/managesieve/Makefile.am
@@ -6,6 +6,7 @@
 EXTRA_DIST = claws.def plugin.def version.rc
 
 IFLAGS = \
+	-I$(top_builddir)/src \
 	-I$(top_srcdir)/src \
 	-I$(top_srcdir)/src/common \
 	-I$(top_builddir)/src/common \
diff --git a/src/plugins/pdf_viewer/Makefile.am b/src/plugins/pdf_viewer/Makefile.am
index c790e9426..d5ce4b22e 100644
--- a/src/plugins/pdf_viewer/Makefile.am
+++ b/src/plugins/pdf_viewer/Makefile.am
@@ -19,6 +19,7 @@ pdf_viewer_la_LDFLAGS = \
 	$(POPPLER_LIBS)
 
 pdf_viewer_la_CPPFLAGS = \
+	-I$(top_builddir)/src \
 	-I$(top_srcdir)/src \
 	-I$(top_srcdir)/src/common \
 	-I$(top_builddir)/src/common \
diff --git a/src/plugins/pgpcore/Makefile.am b/src/plugins/pgpcore/Makefile.am
index 1c4046752..e1275023e 100644
--- a/src/plugins/pgpcore/Makefile.am
+++ b/src/plugins/pgpcore/Makefile.am
@@ -11,6 +11,7 @@ endif
 EXTRA_DIST = version.rc plugin.def claws.def
 
 IFLAGS = \
+	-I$(top_builddir)/src \
 	-I$(top_srcdir)/src \
 	-I$(top_srcdir)/src/common \
 	-I$(top_builddir)/src/common \
diff --git a/src/plugins/pgpmime/Makefile.am b/src/plugins/pgpmime/Makefile.am
index 167894fb1..67a87a9a1 100644
--- a/src/plugins/pgpmime/Makefile.am
+++ b/src/plugins/pgpmime/Makefile.am
@@ -6,6 +6,7 @@
 EXTRA_DIST = version.rc plugin.def claws.def mypgpcore.def pgpmime.deps
 
 IFLAGS = \
+	-I$(top_builddir)/src \
 	-I$(top_srcdir)/src \
 	-I$(top_srcdir)/src/common \
 	-I$(top_builddir)/src/common \
diff --git a/src/plugins/smime/Makefile.am b/src/plugins/smime/Makefile.am
index d39423337..2d25f6e65 100644
--- a/src/plugins/smime/Makefile.am
+++ b/src/plugins/smime/Makefile.am
@@ -6,6 +6,7 @@
 EXTRA_DIST = version.rc plugin.def claws.def mypgpcore.def smime.deps
 
 IFLAGS = \
+	-I$(top_builddir)/src \
 	-I$(top_srcdir)/src \
 	-I$(top_srcdir)/src/common \
 	-I$(top_builddir)/src/common \
diff --git a/src/plugins/vcalendar/Makefile.am b/src/plugins/vcalendar/Makefile.am
index 8bceff9e6..cdd570ccf 100644
--- a/src/plugins/vcalendar/Makefile.am
+++ b/src/plugins/vcalendar/Makefile.am
@@ -6,6 +6,7 @@
 EXTRA_DIST = claws.def plugin.def version.rc
 
 IFLAGS = \
+	-I$(top_builddir)/src \
 	-I$(top_srcdir)/src \
 	-I$(top_srcdir)/src/common \
 	-I$(top_builddir)/src/common \

-----------------------------------------------------------------------


hooks/post-receive
-- 
Claws Mail


More information about the Commits mailing list