X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=config%2FMakefile.in;h=4bdad8e5b05b4ffb168f901d2b7a06669e3cdb49;hb=96c6767c747252fa6b050e2fdd2e67268fcc344b;hp=80eb4097c459b10fca60630af6a270b348bab9fc;hpb=7fc4e63e1df72c45f45d4fd8f54015ab9ec46320;p=mmh diff --git a/config/Makefile.in b/config/Makefile.in index 80eb409..4bdad8e 100644 --- a/config/Makefile.in +++ b/config/Makefile.in @@ -23,7 +23,8 @@ mailspool = @mailspool@ CC = @CC@ CFLAGS = @CFLAGS@ DEFS = @DEFS@ -INCLUDES = -I$(top_srcdir) @CPPFLAGS@ +# add include dir .. for config.h when building in different directory +INCLUDES = -I$(top_srcdir) -I.. @CPPFLAGS@ CONFIGDEFS = -DNMHETCDIR='"$(etcdir)"' \ -DSENDMAILPATH='"$(sendmailpath)"' \ -DMAILSPOOL='"$(mailspool)"'