Welcome to mirror list, hosted at ThFree Co, Russian Federation.

Makefile.am « sgen « tools - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 582cbae3189dbcf4356cbd2f9d737661801e4cdf (plain)
1
2
3
4
5
6
7
8
9
bin_PROGRAMS = sgen-grep-binprot

AM_CPPFLAGS =  $(GLIB_CFLAGS) -I$(top_srcdir)

sgen_grep_binprot_SOURCES = \
	sgen-grep-binprot.c

sgen_grep_binprot_LDADD = \
	$(GLIB_LIBS) $(LIBICONV)