Merge pull request #409 from Alkarex/patch-1
[mono.git] / tools / sgen / Makefile.am
index 14f8c4fd26b574c37174710d89ac97dba918d6db..582cbae3189dbcf4356cbd2f9d737661801e4cdf 100644 (file)
@@ -1,9 +1,9 @@
 bin_PROGRAMS = sgen-grep-binprot
 
-INCLUDES =  $(GLIB_CFLAGS)
+AM_CPPFLAGS =  $(GLIB_CFLAGS) -I$(top_srcdir)
 
 sgen_grep_binprot_SOURCES = \
        sgen-grep-binprot.c
 
 sgen_grep_binprot_LDADD = \
-       $(GLIB_LIBS) 
+       $(GLIB_LIBS) $(LIBICONV)