summaryrefslogtreecommitdiff
path: root/libmu_argp
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 /libmu_argp
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 'libmu_argp')
-rw-r--r--libmu_argp/Makefile.am4
1 files changed, 3 insertions, 1 deletions
diff --git a/libmu_argp/Makefile.am b/libmu_argp/Makefile.am
index 7248f265b..435dcd8fc 100644
--- a/libmu_argp/Makefile.am
+++ b/libmu_argp/Makefile.am
@@ -16,7 +16,9 @@
# Foundation, Inc. 51 Franklin Street, Fifth Floor, Boston, MA
# 02110-1301 USA
-INCLUDES = @MU_COMMON_INCLUDES@
+# This library uses gnulib calls and is always linked with gnulib, therefore
+# we use application includes here.
+INCLUDES = @MU_APP_COMMON_INCLUDES@
AM_CPPFLAGS = \
-DSYSCONFDIR=\"$(sysconfdir)\"\
-DSITE_VIRTUAL_PWDDIR=\"@SITE_VIRTUAL_PWDDIR@\"\

Return to:

Send suggestions and report system problems to the System administrator.