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