*** empty log message ***
authorClaus Gittinger <cg@exept.de>
Mon, 10 Sep 2001 19:32:05 +0200
changeset 3145 018bd8b1d5e6
parent 3144 5e1aa99d0942
child 3146 48a9a73adf8b
*** empty log message ***
Make.proto
libInit.cc
--- a/Make.proto	Mon Sep 10 18:57:17 2001 +0200
+++ b/Make.proto	Mon Sep 10 19:32:05 2001 +0200
@@ -1,4 +1,4 @@
-# $Header: /cvs/stx/stx/libtool/Make.proto,v 1.72 2001-05-09 15:50:10 cg Exp $
+# $Header: /cvs/stx/stx/libtool/Make.proto,v 1.73 2001-09-10 17:32:05 cg Exp $
 
 # -------------- no need to change anything below ----------
 
@@ -52,6 +52,7 @@
 	  ContextInspectorView.$(O)         \
 	  OrderedCollectionInspectorView.$(O) \
 	AboutBox.$(O)                       \
+	VersionDiffBrowser.$(O)             \
 	$(LIBTOOL_PACKAGE_OBJS)             \
 	$(FBROWSER_OBJ)                     \
 	$(DIRBROWSER_OBJ)
--- a/libInit.cc	Mon Sep 10 18:57:17 2001 +0200
+++ b/libInit.cc	Mon Sep 10 19:32:05 2001 +0200
@@ -33,6 +33,7 @@
 _ContextInspectorView_Init(pass,__pRT__,snd);
 _OrderedCollectionInspectorView_Init(pass,__pRT__,snd);
 _AboutBox_Init(pass,__pRT__,snd);
+_VersionDiffBrowser_Init(pass,__pRT__,snd);
 _FileBrowser_Init(pass,__pRT__,snd);
 __END_PACKAGE__();
 }