X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=sbr%2FMakefile.in;h=2927e3c1f03b414d52d11c207ecdd5eee733893e;hp=37434d954cebdeeec9a985895ee4423942191519;hb=faa066cb24d3308ab5d2c40ed145ecb3940461bf;hpb=11cf7b43a23ad3e3b7d80e485c90c4e0ab9b6066 diff --git a/sbr/Makefile.in b/sbr/Makefile.in index 37434d9..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 +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