summaryrefslogtreecommitdiff
path: root/comsat
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 /comsat
parent9555444d92c7b9c5e523b848beedd3fa787b184d (diff)
downloadmailutils-144bf5da108539d9893a90d1024539500d85a390.tar.gz
mailutils-144bf5da108539d9893a90d1024539500d85a390.tar.bz2
Use AM_CPPFLAGS instead of INCLUDES; upgrade gint
Diffstat (limited to 'comsat')
-rw-r--r--comsat/Makefile.am5
1 files changed, 3 insertions, 2 deletions
diff --git a/comsat/Makefile.am b/comsat/Makefile.am
index 55c53a79a..8d32bcaca 100644
--- a/comsat/Makefile.am
+++ b/comsat/Makefile.am
@@ -15,12 +15,13 @@
## 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_APP_COMMON_INCLUDES@
SUBDIRS = . tests
sbin_PROGRAMS = comsatd
comsatd_SOURCES = action.c comsat.c comsat.h biff.rc.h
-AM_CPPFLAGS = -DSYSCONFDIR=\"$(sysconfdir)\"
+AM_CPPFLAGS = \
+ @MU_APP_COMMON_INCLUDES@\
+ -DSYSCONFDIR=\"$(sysconfdir)\"
BUILT_SOURCES=biff.rc.h
EXTRA_DIST=biffrc.sed biff.rc

Return to:

Send suggestions and report system problems to the System administrator.