Add
authorMiguel de Icaza <miguel@gnome.org>
Mon, 11 Aug 2003 15:43:00 +0000 (15:43 -0000)
committerMiguel de Icaza <miguel@gnome.org>
Mon, 11 Aug 2003 15:43:00 +0000 (15:43 -0000)
svn path=/trunk/mono/; revision=17255

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

diff --git a/samples/Makefile.am b/samples/Makefile.am
new file mode 100644 (file)
index 0000000..0d535d3
--- /dev/null
@@ -0,0 +1,6 @@
+
+dist-hook:
+       mkdir $(distdir)/embed
+       mkdir $(distdir)/profiler
+       cp $(srcdir)/profiler/sample.c $(distdir)/profiler
+       cp $(srcdir)/embed/test.cs $(srcdir)/embed/teste.c $(distdir)/embed
\ No newline at end of file