X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=config%2FMakefile.in;h=80eb4097c459b10fca60630af6a270b348bab9fc;hp=eb70b5aee9e88a2efae3a01ba7671ef7e45a647b;hb=c7b5e1df086bcc37ff40163ee67571f076cf6683;hpb=06dc4fe836de4957b5d6e7e3a7ce5de85c11db8f diff --git a/config/Makefile.in b/config/Makefile.in index eb70b5a..80eb409 100644 --- a/config/Makefile.in +++ b/config/Makefile.in @@ -23,8 +23,8 @@ mailspool = @mailspool@ CC = @CC@ CFLAGS = @CFLAGS@ DEFS = @DEFS@ -INCLUDES = -I.. -I$(top_srcdir) @CPPFLAGS@ -CONFIGDEFS = -DNMHBINDIR='"$(bindir)"' -DNMHETCDIR='"$(etcdir)"' \ +INCLUDES = -I$(top_srcdir) @CPPFLAGS@ +CONFIGDEFS = -DNMHETCDIR='"$(etcdir)"' \ -DSENDMAILPATH='"$(sendmailpath)"' \ -DMAILSPOOL='"$(mailspool)"'