X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=config%2FMakefile.in;h=80eb4097c459b10fca60630af6a270b348bab9fc;hp=1f1d5aa1fb5bd47c73f17d5a9659b59a8d406e3e;hb=c7b5e1df086bcc37ff40163ee67571f076cf6683;hpb=5d43a99db70c12a673028c7758c20cbe3e13ef5f diff --git a/config/Makefile.in b/config/Makefile.in index 1f1d5aa..80eb409 100644 --- a/config/Makefile.in +++ b/config/Makefile.in @@ -18,13 +18,15 @@ libdir = @libdir@ etcdir = @sysconfdir@ sendmailpath = @sendmailpath@ +mailspool = @mailspool@ CC = @CC@ CFLAGS = @CFLAGS@ DEFS = @DEFS@ -INCLUDES = -I.. -I$(top_srcdir) @CPPFLAGS@ -CONFIGDEFS = -DNMHBINDIR='"$(bindir)"' -DNMHETCDIR='"$(etcdir)"' -DNMHLIBDIR='"$(libdir)"' \ - -DSENDMAILPATH='"$(sendmailpath)"' +INCLUDES = -I$(top_srcdir) @CPPFLAGS@ +CONFIGDEFS = -DNMHETCDIR='"$(etcdir)"' \ + -DSENDMAILPATH='"$(sendmailpath)"' \ + -DMAILSPOOL='"$(mailspool)"' COMPILE = $(CC) -c $(DEFS) $(INCLUDES) $(CFLAGS) COMPILE2 = $(CC) -c $(DEFS) $(CONFIGDEFS) $(INCLUDES) $(CFLAGS) @@ -84,9 +86,9 @@ subdir = config Makefile: Makefile.in ../config.status cd .. && ./config.status $(subdir)/$@ - + distdir = ../`cat ../distname`/$(subdir) -nmhdist: $(DIST) +mmhdist: $(DIST) @echo "Copying distribution files in $(subdir)" @for file in $(DIST); do \ cp -p $(srcdir)/$$file $(distdir); \