X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=config%2FMakefile.in;h=4bdad8e5b05b4ffb168f901d2b7a06669e3cdb49;hp=8f21039c1d4a601a7e9096ee4651b7ddbff8f7f5;hb=8bf8e1e29df17658c3d77629e17f88bf9159e21b;hpb=9d65b803e9cd65249ea2317c2f43495b9eed40bc diff --git a/config/Makefile.in b/config/Makefile.in index 8f21039..4bdad8e 100644 --- a/config/Makefile.in +++ b/config/Makefile.in @@ -23,7 +23,8 @@ mailspool = @mailspool@ CC = @CC@ CFLAGS = @CFLAGS@ DEFS = @DEFS@ -INCLUDES = -I.. -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)"'