X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=config%2FMakefile.in;h=4bdad8e5b05b4ffb168f901d2b7a06669e3cdb49;hp=80eb4097c459b10fca60630af6a270b348bab9fc;hb=2dfc2b7e8d543372cd1a66a3d7dc02f7f5e40b7d;hpb=92009746ef66e8a9a9dc6643845e839e0debaf18 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)"'