diff options
author | Rodrigo Moya <rodrigo@ximian.com> | 2002-08-16 20:45:59 +0800 |
---|---|---|
committer | Rodrigo Moya <rodrigo@src.gnome.org> | 2002-08-16 20:45:59 +0800 |
commit | 83c35905a8146b88be28545604ec96c4358270d2 (patch) | |
tree | 418291d692ecd26e8ef8c7f3da69f81dbebf7559 /e-util/Makefile.am | |
parent | 1bfd78df264242ae90dce917d43f06436949cd3c (diff) | |
download | gsoc2013-evolution-83c35905a8146b88be28545604ec96c4358270d2.tar.gz gsoc2013-evolution-83c35905a8146b88be28545604ec96c4358270d2.tar.zst gsoc2013-evolution-83c35905a8146b88be28545604ec96c4358270d2.zip |
new class for controlling a component, to detect when it dies.
2002-08-14 Rodrigo Moya <rodrigo@ximian.com>
* e-component-listener.[ch]: new class for controlling a component,
to detect when it dies.
svn path=/trunk/; revision=17786
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 f7b4bb4d8c..f2283b3a0f 100644 --- a/e-util/Makefile.am +++ b/e-util/Makefile.am @@ -22,6 +22,7 @@ eutilinclude_HEADERS = \ e-bonobo-factory-util.h \ e-categories-master-list-wombat.h \ e-categories-config.h \ + e-component-listener.h \ e-corba-utils.h \ e-dialog-utils.h \ e-dialog-widgets.h \ @@ -49,6 +50,7 @@ libeutil_la_SOURCES = \ e-bonobo-factory-util.c \ e-categories-master-list-wombat.c \ e-categories-config.c \ + e-component-listener.c \ e-corba-utils.c \ e-dialog-utils.c \ e-dialog-widgets.c \ |