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

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiguel de Icaza <miguel@gnome.org>2010-03-02 22:27:53 +0300
committerMiguel de Icaza <miguel@gnome.org>2010-03-02 22:27:53 +0300
commitd3dc6548e860672bc59b0db9e7ff629ed92b7030 (patch)
tree0760e19ce24a012a676b9cf69a7918046d9dad15 /tools/sgen
parent759f34a60fb41e1c6e065b9eaa137d936606af66 (diff)
Move to a directory
svn path=/trunk/mono/; revision=152870
Diffstat (limited to 'tools/sgen')
-rw-r--r--tools/sgen/Makefile.am9
1 files changed, 9 insertions, 0 deletions
diff --git a/tools/sgen/Makefile.am b/tools/sgen/Makefile.am
new file mode 100644
index 00000000000..14f8c4fd26b
--- /dev/null
+++ b/tools/sgen/Makefile.am
@@ -0,0 +1,9 @@
+bin_PROGRAMS = sgen-grep-binprot
+
+INCLUDES = $(GLIB_CFLAGS)
+
+sgen_grep_binprot_SOURCES = \
+ sgen-grep-binprot.c
+
+sgen_grep_binprot_LDADD = \
+ $(GLIB_LIBS)