X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=config%2FMakefile.in;h=4d2d5dbdb873e69d6252cc4c882935dd3f2b6263;hb=060b69724738b7b3d447843bfc5146f24e07fb0a;hp=6c4613d3a426c3cbe50a6e72a67c9cce12a875b0;hpb=da304a48a24d7cc7fafae13c994d94ad3d6483f2;p=mmh diff --git a/config/Makefile.in b/config/Makefile.in index 6c4613d..4d2d5db 100644 --- a/config/Makefile.in +++ b/config/Makefile.in @@ -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) @CPPFLAGS@ +INCLUDES = -I$(top_srcdir) @CPPFLAGS@ CONFIGDEFS = -DNMHBINDIR='"$(bindir)"' -DNMHETCDIR='"$(etcdir)"' -DNMHLIBDIR='"$(libdir)"' \ -DDEFAULT_EDITOR='"$(default_editor)"' -DDEFAULT_PAGER='"$(default_pager)"'