Move to a directory
authorMiguel de Icaza <miguel@gnome.org>
Tue, 2 Mar 2010 19:27:53 +0000 (19:27 -0000)
committerMiguel de Icaza <miguel@gnome.org>
Tue, 2 Mar 2010 19:27:53 +0000 (19:27 -0000)
svn path=/trunk/mono/; revision=152870

tools/Makefile.am
tools/sgen/Makefile.am [new file with mode: 0644]

index 79776e4c4ff3d6054637cfb07acf56202a312eec..99d34eff45054de504aacc4fef5793ce784469ba 100644 (file)
@@ -1,11 +1,2 @@
 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) 
diff --git a/tools/sgen/Makefile.am b/tools/sgen/Makefile.am
new file mode 100644 (file)
index 0000000..14f8c4f
--- /dev/null
@@ -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)