summaryrefslogtreecommitdiff
path: root/libmu_sieve
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2014-02-26 17:59:11 +0200
committerSergey Poznyakoff <gray@gnu.org.ua>2014-02-26 18:04:48 +0200
commit144bf5da108539d9893a90d1024539500d85a390 (patch)
tree77693d96a586cdef16254be6145bd83f320c6c44 /libmu_sieve
parent9555444d92c7b9c5e523b848beedd3fa787b184d (diff)
downloadmailutils-144bf5da108539d9893a90d1024539500d85a390.tar.gz
mailutils-144bf5da108539d9893a90d1024539500d85a390.tar.bz2
Use AM_CPPFLAGS instead of INCLUDES; upgrade gint
Diffstat (limited to 'libmu_sieve')
-rw-r--r--libmu_sieve/Makefile.am6
-rw-r--r--libmu_sieve/extensions/Makefile.am2
2 files changed, 4 insertions, 4 deletions
diff --git a/libmu_sieve/Makefile.am b/libmu_sieve/Makefile.am
index 926fe0376..a2aff8601 100644
--- a/libmu_sieve/Makefile.am
+++ b/libmu_sieve/Makefile.am
@@ -15,11 +15,11 @@
## You should have received a copy of the GNU General Public License
## along with GNU Mailutils. If not, see <http://www.gnu.org/licenses/>.
-INCLUDES = @MU_LIB_COMMON_INCLUDES@
-
YLWRAP = $(SHELL) $(mu_aux_dir)/gylwrap
AM_YFLAGS = -dtv
-AM_CPPFLAGS = -DMU_SIEVE_MODDIR=\"@MU_SIEVE_MODDIR@\"
+AM_CPPFLAGS =\
+ @MU_LIB_COMMON_INCLUDES@\
+ -DMU_SIEVE_MODDIR=\"@MU_SIEVE_MODDIR@\"
SUBDIRS = . extensions
diff --git a/libmu_sieve/extensions/Makefile.am b/libmu_sieve/extensions/Makefile.am
index edf523b55..50c08442d 100644
--- a/libmu_sieve/extensions/Makefile.am
+++ b/libmu_sieve/extensions/Makefile.am
@@ -25,7 +25,7 @@ mod_LTLIBRARIES = \
timestamp.la\
vacation.la
-INCLUDES = @MU_APP_COMMON_INCLUDES@
+AM_CPPFLAGS = @MU_APP_COMMON_INCLUDES@
AM_LDFLAGS = -module -avoid-version -no-undefined -rpath '$(moddir)'

Return to:

Send suggestions and report system problems to the System administrator.