]> diplodocus.org Git - nmh/blobdiff - config/Makefile.in
Sigh. I put the documentation about the -tls switch in the long description,
[nmh] / config / Makefile.in
index aba161b8aede29b769f321ed16971ab216f72773..23ded2a3b5784a67ec9634b30c4d8768d45c0bdf 100644 (file)
@@ -1,8 +1,6 @@
 #
 # Makefile for config subdirectory
 #
-# $Id$
-#
 
 # nmh version
 VERSION = @VERSION@
@@ -25,7 +23,7 @@ default_pager  = @pagerpath@
 CC         = @CC@
 CFLAGS     = @CFLAGS@
 DEFS       = @DEFS@
-INCLUDES   = -I.. -I$(top_srcdir)
+INCLUDES   = -I.. -I$(top_srcdir) @CPPFLAGS@
 CONFIGDEFS = -DNMHBINDIR='"$(bindir)"' -DNMHETCDIR='"$(etcdir)"' -DNMHLIBDIR='"$(libdir)"' \
              -DDEFAULT_EDITOR='"$(default_editor)"' -DDEFAULT_PAGER='"$(default_pager)"'