Use AM_CPPFLAGS instead of INCLUDES in Makefile.am files, as the later is no longer...
[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.c
7
8 sgen_grep_binprot_LDADD = \
9         $(GLIB_LIBS) $(LIBICONV)