summaryrefslogtreecommitdiff
path: root/comsat/Makefile.am
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2009-07-05 00:12:57 +0300
committerSergey Poznyakoff <gray@gnu.org.ua>2009-07-05 00:12:57 +0300
commitacfec56c9e49342eb49010c2559b5bdc1f814240 (patch)
tree6dcfc2ae0359a735d4ab2ade415f04b10910b0ef /comsat/Makefile.am
parent7b8bfef29b7d1d30f5714bb951bd33fc40007cfa (diff)
downloadmailutils-acfec56c9e49342eb49010c2559b5bdc1f814240.tar.gz
mailutils-acfec56c9e49342eb49010c2559b5bdc1f814240.tar.bz2
Fix namespaces and inclusion directories.
* README-hacking: Update. * configure.ac (MU_COMMON_INCLUDES): Remove. (MU_LIB_COMMON_INCLUDES,MU_APP_COMMON_INCLUDES): New variables. Link lib/gettext.h and lib.intprops.h to include. * gnulib.modules: Remove fnmatch. * comsat/Makefile.am, config/Makefile.am, dotlock/Makefile.am, frm/Makefile.am, guimb/Makefile.am, imap4d/Makefile.am, maidag/Makefile.am, mail/Makefile.am, movemail/Makefile.am, pop3d/Makefile.am, python/libmu_py/Makefile.am, readmsg/Makefile.am sieve/Makefile.am (INCLUDES): Use MU_APP_COMMON_INCLUDES * lib/Makefile.am, examples/Makefile.am, libmu_argp/Makefile.am, libmu_auth/Makefile.am, libmu_cpp/Makefile.am, libmu_sieve/Makefile.am, libproto/imap/Makefile.am, libproto/mailer/Makefile.am, libproto/mh/Makefile.am, libproto/nntp/Makefile.am, libproto/pop/Makefile.am, mailbox/Makefile.am, mapi/Makefile.am, messages/Makefile.am, mh/Makefile.am, sql/Makefile.am (INCLUDES): Use MU_LIB_COMMON_INCLUDES
Diffstat (limited to 'comsat/Makefile.am')
-rw-r--r--comsat/Makefile.am11
1 files changed, 2 insertions, 9 deletions
diff --git a/comsat/Makefile.am b/comsat/Makefile.am
index 838f04f49..d65bf0dac 100644
--- a/comsat/Makefile.am
+++ b/comsat/Makefile.am
@@ -1,6 +1,6 @@
## Process this file with GNU Automake to create Makefile.in
-## Copyright (C) 2001, 2002, 2007 Free Software Foundation, Inc.
+## Copyright (C) 2001, 2002, 2007, 2009 Free Software Foundation, Inc.
##
## GNU Mailutils is free software; you can redistribute it and/or
## modify it under the terms of the GNU General Public License as
@@ -17,7 +17,7 @@
## Foundation, Inc. 51 Franklin Street, Fifth Floor, Boston, MA
## 02110-1301 USA
-INCLUDES = @MU_COMMON_INCLUDES@
+INCLUDES = @MU_APP_COMMON_INCLUDES@
sbin_PROGRAMS = comsatd
@@ -35,10 +35,3 @@ comsatd_LDADD = \
${MU_LIB_MAILUTILS}\
@MU_COMMON_LIBRARIES@
-CFLOW_FLAGS=-i^s --brief -v
-comsatd_CFLOW_INPUT=$(comsatd_OBJECTS:.$(OBJEXT)=.c)
-comsatd.cflow: $(comsatd_CFLOW_INPUT) Makefile
- cflow -o$@ $(CFLOW_FLAGS) $(DEFS) \
- $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
- $(CPPFLAGS) \
- $(comsatd_CFLOW_INPUT)

Return to:

Send suggestions and report system problems to the System administrator.