X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=sbr%2FMakefile.in;h=f2310fb836ecd579ff0d1b5e8c0eeeb956604ada;hb=df98103428cb4cdfa9d911190791745c9bbe05b0;hp=58cf5c7d46c3d5fd559f980152d66fba9f7fcfa2;hpb=5b483b0b8517541a8359d7049b4497c6efcb117e;p=mmh diff --git a/sbr/Makefile.in b/sbr/Makefile.in index 58cf5c7..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 parse_msgs.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