summaryrefslogtreecommitdiff
path: root/messages
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 /messages
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 'messages')
-rw-r--r--messages/Makefile.am9
1 files changed, 1 insertions, 8 deletions
diff --git a/messages/Makefile.am b/messages/Makefile.am
index 4362ea43b..fed19bb36 100644
--- a/messages/Makefile.am
+++ b/messages/Makefile.am
@@ -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@
SUBDIRS = testsuite
@@ -36,10 +36,3 @@ messages_LDADD =\
${MU_LIB_MAILUTILS}\
@MU_COMMON_LIBRARIES@
-CFLOW_FLAGS=-i^s --brief -v
-messages_CFLOW_INPUT=$(messages_OBJECTS:.$(OBJEXT)=.c)
-messages.cflow: $(messages_CFLOW_INPUT) Makefile
- cflow -o$@ $(CFLOW_FLAGS) $(DEFS) \
- $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
- $(CPPFLAGS) \
- $(messages_CFLOW_INPUT)

Return to:

Send suggestions and report system problems to the System administrator.