summaryrefslogtreecommitdiff
path: root/mimeview
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 /mimeview
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 'mimeview')
-rw-r--r--mimeview/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/mimeview/Makefile.am b/mimeview/Makefile.am
index 21574e3e1..d46eb7547 100644
--- a/mimeview/Makefile.am
+++ b/mimeview/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@
AM_CFLAGS = -DDEFAULT_CUPS_CONFDIR=\"@DEFAULT_CUPS_CONFDIR@\"

Return to:

Send suggestions and report system problems to the System administrator.