2001-08-20 Miguel de Icaza <miguel@ximian.com>
[mono.git] / runtime / Makefile.am
1 #
2 # This is just used to copy and install the DLL files that are currently
3 # being compiled on windows.
4 #
5
6 #
7 # Keep in sync with mono/mono/metadata/Makefile.am
8 #
9 assembliesdir = $(libdir)
10
11 install-data-hook:
12         -cp $(srcdir)/*.dll $(assembliesdir)
13
14 dist-hook:
15         -cp $(srcdir)/*.dll $(distdir)
16
17 copy_dlls:
18         cp /nt/mono/mcs/class/*/*.dll .