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

Makefile.am « tools - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 79776e4c4ff3d6054637cfb07acf56202a312eec (plain)
1
2
3
4
5
6
7
8
9
10
11
SUBDIRS = locale-builder

bin_PROGRAMS = sgen-grep-binprot

INCLUDES =  $(GLIB_CFLAGS)

sgen_grep_binprot_SOURCES = \
	sgen-grep-binprot.c

sgen_grep_binprot_LDADD = \
	$(GLIB_LIBS)