X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=sbr%2FMakefile.in;h=2927e3c1f03b414d52d11c207ecdd5eee733893e;hb=760d6ddb04b259e3e77b6537527c61b9bd63f118;hp=d6c2796247c830464d79c5a5fa38c74199a1c0da;hpb=9a33ff618b5901a3af815650d4b84d39ee96e529;p=mmh diff --git a/sbr/Makefile.in b/sbr/Makefile.in index d6c2796..2927e3c 100644 --- a/sbr/Makefile.in +++ b/sbr/Makefile.in @@ -34,6 +34,8 @@ GNU_LIBTOOL = @GNU_LIBTOOL@ LINT = @LINT@ LINTFLAGS = @LINTFLAGS@ +LIBOBJS = @LIBOBJS@ + mailspool = @mailspool@ sendmailpath = @sendmailpath@ @@ -78,9 +80,9 @@ SRCS = addrsbr.c ambigsw.c atooi.c brkstring.c \ m_msgdef.c mf.c utils.c # source for compatibility functions -COMPAT = snprintf.c strdup.c strerror.c +COMPAT = memmove.c snprintf.c strdup.c strerror.c -OBJS = $(SRCS:.c=.o) +OBJS = $(SRCS:.c=.o) $(LIBOBJS) # auxiliary files AUX = Makefile.in sigmsg.awk dtimep.lex @@ -102,13 +104,13 @@ lint: sigmsg.h # Note that some lexes (for example flex 2.5.4) require that there # be no space between -o and the output filename. dtimep.c: dtimep.lex - $(LEX) -o$@ dtimep.lex + $(LEX) -o$@ $< client.o: client.c - $(COMPILE2) client.c + $(COMPILE2) $< mts.o: mts.c - $(COMPILE2) mts.c + $(COMPILE2) $< pidstatus.o: sigmsg.h