aboutsummaryrefslogtreecommitdiff
path: root/modules/mailutils
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org>2019-07-10 20:45:43 +0300
committerSergey Poznyakoff <gray@gnu.org>2019-07-10 20:49:33 +0300
commit6134242c5f804ee94856088f0258a20560c809fe (patch)
tree56f7191da2579ba57058ed3a602e7955a11b7d9f /modules/mailutils
parent9223032f5025f8bc4820dfdfb081be1c7fcd1c4e (diff)
downloadsmap-6134242c5f804ee94856088f0258a20560c809fe.tar.gz
smap-6134242c5f804ee94856088f0258a20560c809fe.tar.bz2
Use wordsplit from a submodule
* .gitmodules (wordsplit): New module. * configure.ac: Link lib/wordsplit/wordsplit.h to include/smap/wordsplit.h * include/smap/Makefile.am (pkginclude_HEADERS): Install wordsplit.h from submodule. * include/smap/wordsplit.h: Remove. * lib/wordsplit.c: Remove. * lib/Makefile.am: Access wordsplit sources from the submodule. * modules/echo/Makefile.am (AM_CPPFLAGS): Add -I$(top_builddir)/include * modules/guile/Makefile.am: Likewise. * modules/ldap/Makefile.am: Likewise. * modules/mailutils/Makefile.am: Likewise. * modules/mysql/Makefile.am: Likewise. * modules/postgres/Makefile.am: Likewise. * modules/sed/Makefile.am: Likewise. * src/Makefile.am: Likewise.
Diffstat (limited to 'modules/mailutils')
-rw-r--r--modules/mailutils/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/mailutils/Makefile.am b/modules/mailutils/Makefile.am
index 058ee03..3bcaff9 100644
--- a/modules/mailutils/Makefile.am
+++ b/modules/mailutils/Makefile.am
@@ -1,5 +1,5 @@
# This file is part of Smap.
-# Copyright (C) 2010, 2014 Sergey Poznyakoff
+# Copyright (C) 2010, 2014, 2019 Sergey Poznyakoff
#
# Smap is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
@@ -21,4 +21,4 @@ mod_LTLIBRARIES=mailutils.la
mailutils_la_SOURCES = mailutils.c
mailutils_la_LIBADD = ../../lib/libsmap.la @MAILUTILS_LIBS@
AM_LDFLAGS = -module -avoid-version -no-undefined
-AM_CPPFLAGS = -I$(top_srcdir)/include @MAILUTILS_INCLUDES@
+AM_CPPFLAGS = -I$(top_srcdir)/include -I$(top_builddir)/include @MAILUTILS_INCLUDES@

Return to:

Send suggestions and report system problems to the System administrator.