Update of /cvsroot/gtk2hs/gtk2hs
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25015
Modified Files:
ChangeLog Makefile.am
Log Message:
Makefile.am: Also add _stub.o files to libHSgtk_a_LIBADD.
hierarchy.list: add new classes to hierarchy.
Index: Makefile.am
===================================================================
RCS file: /cvsroot/gtk2hs/gtk2hs/Makefile.am,v
retrieving revision 1.61
retrieving revision 1.62
diff -u -d -r1.61 -r1.62
--- Makefile.am 5 Apr 2005 18:29:51 -0000 1.61
+++ Makefile.am 5 Apr 2005 18:38:22 -0000 1.62
@@ -469,7 +469,10 @@
gtk/Graphics/UI/Gtk/TreeList/TreeModel_stub.o \
gtk/Graphics/UI/Gtk/Signals_stub.o \
gtk/Graphics/UI/Gtk/TreeList/TreeSelection_stub.o \
- gtk/Graphics/UI/Gtk/TreeList/TreeView_stub.o
+ gtk/Graphics/UI/Gtk/TreeList/TreeView_stub.o \
+ gtk/Graphics/UI/Gtk/TreeList/IconView_stub.o \
+ gtk/Graphics/UI/Gtk/Selectors/FileFilter_stub.o \
+ gtk/Graphics/UI/Gtk/Windows/AboutDialog_stub.o
# Pretend these stub files can be created by a simple rule.
$(libHSgtk_a_LIBADD) :
Index: ChangeLog
===================================================================
RCS file: /cvsroot/gtk2hs/gtk2hs/ChangeLog,v
retrieving revision 1.422
retrieving revision 1.423
diff -u -d -r1.422 -r1.423
--- ChangeLog 5 Apr 2005 18:29:51 -0000 1.422
+++ ChangeLog 5 Apr 2005 18:38:21 -0000 1.423
@@ -15,7 +15,10 @@
* gtk/Graphics/UI/Gtk.hs: export the new modules.
- * Makefile.am: add the new modules to libHSgtk_a_SOURCES.
+ * Makefile.am: add the new modules to libHSgtk_a_SOURCES. Also add
+ _stub.o files to libHSgtk_a_LIBADD.
+
+ * tools/hierarchyGen/hierarchy.list: add new classes to hierarchy.
2005-04-4 Duncan Coutts <du...@co...>
|