Author: spouliot
Date: 2005-05-08 14:17:32 -0400 (Sun, 08 May 2005)
New Revision: 44220

Modified:
   trunk/mono-tools/ChangeLog
   trunk/mono-tools/LICENSE
   trunk/mono-tools/Makefile.am
   trunk/mono-tools/configure.in
Log:
2005-05-08  Sebastien Pouliot  <[EMAIL PROTECTED]>

        * configure.in: Added lines to generate asn1view Makefiles;
        * LICENSE: Added license informations for asn1view tool(s);
        * Makefile.am: Added asn1view subdirectory;



Modified: trunk/mono-tools/ChangeLog
===================================================================
--- trunk/mono-tools/ChangeLog  2005-05-08 18:15:04 UTC (rev 44219)
+++ trunk/mono-tools/ChangeLog  2005-05-08 18:17:32 UTC (rev 44220)
@@ -1,3 +1,9 @@
+2005-05-08  Sebastien Pouliot  <[EMAIL PROTECTED]>
+
+       * configure.in: Added lines to generate asn1view Makefiles;
+       * LICENSE: Added license informations for asn1view tool(s);
+       * Makefile.am: Added asn1view subdirectory;
+
 2005-04-23  Mike Kestner  <[EMAIL PROTECTED]>
 
        * gnunit : moved the nunit-gtk project here.

Modified: trunk/mono-tools/LICENSE
===================================================================
--- trunk/mono-tools/LICENSE    2005-05-08 18:15:04 UTC (rev 44219)
+++ trunk/mono-tools/LICENSE    2005-05-08 18:17:32 UTC (rev 44220)
@@ -12,3 +12,7 @@
 
     This app is licensed under the terms of the GNU GPL.
 
+  * ASN.1 Viewer
+
+    This application is licensed under the terms of the MIT X11 license.
+

Modified: trunk/mono-tools/Makefile.am
===================================================================
--- trunk/mono-tools/Makefile.am        2005-05-08 18:15:04 UTC (rev 44219)
+++ trunk/mono-tools/Makefile.am        2005-05-08 18:17:32 UTC (rev 44220)
@@ -1,2 +1,2 @@
-SUBDIRS= po gnunit docbrowser
+SUBDIRS= po gnunit docbrowser asn1view
 

Modified: trunk/mono-tools/configure.in
===================================================================
--- trunk/mono-tools/configure.in       2005-05-08 18:15:04 UTC (rev 44219)
+++ trunk/mono-tools/configure.in       2005-05-08 18:17:32 UTC (rev 44220)
@@ -51,6 +51,10 @@
 gnunit/src/catalog.cs
 docbrowser/Makefile
 po/Makefile.in
+asn1view/Makefile
+asn1view/art/Makefile
+asn1view/gtk/Makefile
+asn1view/common/Makefile
 ])
 
 echo "---"

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

Reply via email to