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>2003-08-11 19:43:00 +0400
committerMiguel de Icaza <miguel@gnome.org>2003-08-11 19:43:00 +0400
commitfa59896cec63e27bbc17776421d9b58b880e1872 (patch)
tree20e75d7e1b60313e40c451e96b348d623beb1ccd /samples/Makefile.am
parentb84d63fe83f802db214881bdd3d95978feed9a2f (diff)
Add
svn path=/trunk/mono/; revision=17255
Diffstat (limited to 'samples/Makefile.am')
-rw-r--r--samples/Makefile.am6
1 files changed, 6 insertions, 0 deletions
diff --git a/samples/Makefile.am b/samples/Makefile.am
new file mode 100644
index 00000000000..0d535d35449
--- /dev/null
+++ b/samples/Makefile.am
@@ -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