X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=sbr%2FMakefile.in;h=f2310fb836ecd579ff0d1b5e8c0eeeb956604ada;hb=b8f8417b741561bdc88dbfdfe577ec66630aef7f;hp=02038e74309f72a4c013435a15dfbfc2a03c1934;hpb=f78e7c6e6e616cc4ff2bee8a726365fafef2d8ce;p=mmh diff --git a/sbr/Makefile.in b/sbr/Makefile.in index 02038e7..f2310fb 100644 --- a/sbr/Makefile.in +++ b/sbr/Makefile.in @@ -72,7 +72,8 @@ SRCS = addrsbr.c ambigsw.c brkstring.c \ smatch.c snprintb.c strcasecmp.c \ strindex.c trim.c trimcpy.c uprf.c vfgets.c fmt_def.c \ mf.c utils.c m_mktemp.c seq_msgstats.c \ - unquote.c encode_rfc2047.c + unquote.c encode_rfc2047.c parse_msgs.c \ + getthreadid.c OBJS = $(SRCS:.c=.o) @@ -117,10 +118,10 @@ mostlyclean: rm -f *.o *~ clean: mostlyclean - rm -f libmh.a sigmsg.h dtimep.c + rm -f libmh.a sigmsg.h distclean: clean - rm -f Makefile + rm -f Makefile dtimep.c realclean: distclean