Skip to content
This repository has been archived by the owner on Nov 3, 2023. It is now read-only.

Commit

Permalink
2005-05-08 Sebastien Pouliot <sebastien@ximian.com>
Browse files Browse the repository at this point in the history
	* configure.in: Added lines to generate asn1view Makefiles;
	* LICENSE: Added license informations for asn1view tool(s);
	* Makefile.am: Added asn1view subdirectory;


svn path=/trunk/mono-tools/; revision=44220
  • Loading branch information
Sebastien Pouliot committed May 8, 2005
1 parent 794e5c9 commit 0b2a765
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 1 deletion.
6 changes: 6 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
2005-05-08 Sebastien Pouliot <sebastien@ximian.com>

* 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 <mkestner@novell.com>

* gnunit : moved the nunit-gtk project here.
Expand Down
4 changes: 4 additions & 0 deletions LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,7 @@ The Mono Tools code is licensed under various different licenses.

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.

2 changes: 1 addition & 1 deletion Makefile.am
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
SUBDIRS= po gnunit docbrowser
SUBDIRS= po gnunit docbrowser asn1view

4 changes: 4 additions & 0 deletions configure.in
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,10 @@ gnunit/src/AssemblyInfo.cs
gnunit/src/catalog.cs
docbrowser/Makefile
po/Makefile.in
asn1view/Makefile
asn1view/art/Makefile
asn1view/gtk/Makefile
asn1view/common/Makefile
])

echo "---"
Expand Down

0 comments on commit 0b2a765

Please sign in to comment.