Author: abock
Date: 2005-11-25 20:32:41 -0500 (Fri, 25 Nov 2005)
New Revision: 53495

Modified:
   trunk/entagged-sharp/configure.ac
   trunk/entagged-sharp/src/Makefile.am
   trunk/entagged-sharp/tests/Makefile.am
Log:
Update AssemblyInfo.cs manually

Modified: trunk/entagged-sharp/configure.ac
===================================================================
--- trunk/entagged-sharp/configure.ac   2005-11-26 01:30:00 UTC (rev 53494)
+++ trunk/entagged-sharp/configure.ac   2005-11-26 01:32:41 UTC (rev 53495)
@@ -52,7 +52,6 @@
 entagged-sharp.pc
 Makefile
 src/Makefile
-src/AssemblyInfo.cs
 tests/Makefile
 ])
 

Modified: trunk/entagged-sharp/src/Makefile.am
===================================================================
--- trunk/entagged-sharp/src/Makefile.am        2005-11-26 01:30:00 UTC (rev 
53494)
+++ trunk/entagged-sharp/src/Makefile.am        2005-11-26 01:32:41 UTC (rev 
53495)
@@ -118,8 +118,7 @@
 #      $(GACUTIL) /u $(ASSEMBLY_NAME) /package $(PACKAGE) /gacdir $(libdir) 
/root $(DESTDIR)$(libdir)
 
 EXTRA_DIST = \
-       $(ASSEMBLY_SOURCES) \
-       AssemblyInfo.cs.in
+       $(ASSEMBLY_SOURCES)
 
 CLEANFILES = $(ASSEMBLY)
 DISTCLEANFILES = AssemblyInfo.cs *.mdb Makefile.in *.dll *.exe

Modified: trunk/entagged-sharp/tests/Makefile.am
===================================================================
--- trunk/entagged-sharp/tests/Makefile.am      2005-11-26 01:30:00 UTC (rev 
53494)
+++ trunk/entagged-sharp/tests/Makefile.am      2005-11-26 01:32:41 UTC (rev 
53495)
@@ -13,9 +13,8 @@
 NUNIT_TESTER = $(NUNIT_TESTER_NAME).exe
 NUNIT_TESTER_CSFILES = $(srcdir)/$(NUNIT_TESTER_NAME).cs
 
-
 $(ASSEMBLY): $(ASSEMBLY_CSFILES)
-       $(MCS) $(MCS_FLAGS) $(NUNIT_FLAGS) -out:$@ -target:library 
-r:../src/entagged-sharp.dll $(ASSEMBLY_CSFILES)
+       $(MCS) $(MCS_FLAGS) $(NUNIT_FLAGS) -out:$@ -target:library 
-r:$(top_builddir)/src/entagged-sharp.dll $(ASSEMBLY_CSFILES)
 
 $(NUNIT_TESTER): $(NUNIT_TESTER_CSFILES)
        $(MCS) $(MCS_FLAGS) -out:$@ $(NUNIT_FLAGS) $(NUNIT_TESTER_CSFILES)

_______________________________________________
Mono-patches maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-patches

Reply via email to