diff options
author | Christopher James Lahey <clahey@ximian.com> | 2001-07-03 10:57:58 +0800 |
---|---|---|
committer | Chris Lahey <clahey@src.gnome.org> | 2001-07-03 10:57:58 +0800 |
commit | e3997d78ae0e2451090c934983568ed89b86e87e (patch) | |
tree | 9d585beca9bec6951b830d9a9032179b6d4ca985 /e-util/Makefile.am | |
parent | e1e2d6393df2a7e1af08a18330fe65c49d81d9c9 (diff) | |
download | gsoc2013-evolution-e3997d78ae0e2451090c934983568ed89b86e87e.tar.gz gsoc2013-evolution-e3997d78ae0e2451090c934983568ed89b86e87e.tar.zst gsoc2013-evolution-e3997d78ae0e2451090c934983568ed89b86e87e.zip |
Added e-categories-master-list-wombat.c and
2001-07-02 Christopher James Lahey <clahey@ximian.com>
* Makefile.am (libeutil_la_SOURCES): Added
e-categories-master-list-wombat.c and
e-categories-master-list-wombat.h.
(INCLUDES): Added $(BONOBO_CONF_CFLAGS).
* e-categories-master-list-wombat.c,
e-categories-master-list-wombat.h: New class implementing a master
list that stores its state using bonobo-conf.
svn path=/trunk/; revision=10720
Diffstat (limited to 'e-util/Makefile.am')
-rw-r--r-- | e-util/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/e-util/Makefile.am b/e-util/Makefile.am index 08b1f19b0b..d9c6ed7d43 100644 --- a/e-util/Makefile.am +++ b/e-util/Makefile.am @@ -16,6 +16,8 @@ noinst_LTLIBRARIES = libeutil.la libeutil-static.la \ libedb3util.la libeutil_la_SOURCES = \ + e-categories-master-list-wombat.c \ + e-categories-master-list-wombat.h \ e-categories-config.c \ e-categories-config.h \ e-corba-utils.c \ |