cad05cb6efb59884676448059303f2c95c54b16d
[mono.git] / tools / sgen / Makefile.am
1 bin_PROGRAMS = sgen-grep-binprot
2
3 INCLUDES =  $(GLIB_CFLAGS) -I$(top_srcdir)
4
5 sgen_grep_binprot_SOURCES = \
6         sgen-grep-binprot.c
7
8 sgen_grep_binprot_LDADD = \
9         $(GLIB_LIBS) $(LIBICONV)