[sgen] Split protocol entry grep from argument parsing
[mono.git] / tools / sgen / Makefile.am
1 bin_PROGRAMS = sgen-grep-binprot
2
3 AM_CPPFLAGS =  $(GLIB_CFLAGS) -I$(top_srcdir)
4
5 sgen_grep_binprot_SOURCES = \
6         sgen-grep-binprot-main.c        \
7         sgen-grep-binprot.c             \
8         sgen-entry-stream.c
9
10 sgen_grep_binprot_LDADD = \
11         $(GLIB_LIBS) $(LIBICONV)