Don't emit thread event twice when explicitly detaching a thread.
[mono-project.git] / tools / sgen / Makefile.am
blob582cbae3189dbcf4356cbd2f9d737661801e4cdf
1 bin_PROGRAMS = sgen-grep-binprot
3 AM_CPPFLAGS =  $(GLIB_CFLAGS) -I$(top_srcdir)
5 sgen_grep_binprot_SOURCES = \
6         sgen-grep-binprot.c
8 sgen_grep_binprot_LDADD = \
9         $(GLIB_LIBS) $(LIBICONV)