2006-09-20 Zoltan Varga <vargaz@gmail.com>
authorZoltan Varga <vargaz@gmail.com>
Wed, 20 Sep 2006 19:08:14 +0000 (19:08 -0000)
committerZoltan Varga <vargaz@gmail.com>
Wed, 20 Sep 2006 19:08:14 +0000 (19:08 -0000)
* Makefile (EXTRA_DISTFILES): Add test.cs to fix test-profiles.

svn path=/trunk/mcs/; revision=65736

mcs/tools/mono-shlib-cop/ChangeLog
mcs/tools/mono-shlib-cop/Makefile

index 1de3faa6669deb469c1327e06d9cb40db59cf939..e157643371ed754ee47a6785bbd8d235eb942ee3 100644 (file)
@@ -1,3 +1,7 @@
+2006-09-20  Zoltan Varga  <vargaz@gmail.com>
+
+       * Makefile (EXTRA_DISTFILES): Add test.cs to fix test-profiles.
+
 2006-09-14  Jonathan Pryor  <jonpryor@vt.edu>
 
        * Makefile: Modify test to build `test.dll' and use that as an input
index d17fd22e348ca94c277f8703c73bfe3f70830512..88aab474648de39e572e2cf0c93de0098ec607d4 100644 (file)
@@ -8,6 +8,8 @@ PROGRAM = mono-shlib-cop.exe
 
 TEST_INPUT = test.dll
 
+EXTRA_DISTFILES = test.cs
+
 include ../../build/executable.make
 
 test-local: $(PROGRAM) $(TEST_INPUT)