[sgen] Extract entry stream code into new file
[mono.git] / tools / sgen / Makefile.am
index 582cbae3189dbcf4356cbd2f9d737661801e4cdf..828090624c9f40a0f181f021d60eadaa8d4cd066 100644 (file)
@@ -3,7 +3,8 @@ bin_PROGRAMS = sgen-grep-binprot
 AM_CPPFLAGS =  $(GLIB_CFLAGS) -I$(top_srcdir)
 
 sgen_grep_binprot_SOURCES = \
-       sgen-grep-binprot.c
+       sgen-grep-binprot.c     \
+       sgen-entry-stream.c
 
 sgen_grep_binprot_LDADD = \
        $(GLIB_LIBS) $(LIBICONV)