From c2ffbbece7eb57bd53aaf07ed0318dd79bbb0b7a Mon Sep 17 00:00:00 2001 From: Christopher James Lahey Date: Fri, 25 Feb 2000 04:28:14 +0000 Subject: Added e_xml_get_integer_prop_by_name. 2000-02-24 Christopher James Lahey * e-util/e-xml-utils.c, e-util/e-xml-utils.h: Added e_xml_get_integer_prop_by_name. * e-util/Makefile.am: Added e-util.c. * e-util/e-util.h: Added e-util.c functions. * e-util/e-util.c: New file for compare functions from mail: 2000-02-24 Christopher James Lahey * message-list.c: Changed to match new e_table_simple interface. svn path=/trunk/; revision=1931 --- e-util/Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'e-util/Makefile.am') diff --git a/e-util/Makefile.am b/e-util/Makefile.am index 303e74f58b..c6058791dd 100644 --- a/e-util/Makefile.am +++ b/e-util/Makefile.am @@ -14,6 +14,7 @@ libeutil_a_SOURCES = \ e-gui-utils.h \ e-setup.c \ e-setup.h \ + e-util.c \ e-util.h \ e-xml-utils.c \ e-xml-utils.h -- cgit