diff options
author | Srinivasa Ragavan <sragavan@novell.com> | 2005-06-08 19:46:48 +0800 |
---|---|---|
committer | Srinivasa Ragavan <sragavan@src.gnome.org> | 2005-06-08 19:46:48 +0800 |
commit | 74907305ce088f9b992e60986eaff6e40285c686 (patch) | |
tree | ba6d9f7477f3e478c83a36fddebcd3a126961ab1 /e-util/Makefile.am | |
parent | c467b293c8b8c450f1cd8384a55dc989063f16f9 (diff) | |
download | gsoc2013-evolution-74907305ce088f9b992e60986eaff6e40285c686.tar.gz gsoc2013-evolution-74907305ce088f9b992e60986eaff6e40285c686.tar.zst gsoc2013-evolution-74907305ce088f9b992e60986eaff6e40285c686.zip |
Added functions to show busy cursor. Add the files
2005-06-08 Srinivasa Ragavan <sragavan@novell.com>
* e-cursor.[ch]: Added functions to show busy cursor.
* Makefile.am: Add the files
svn path=/trunk/; revision=29472
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 e6182ce2b7..2dbd2d7962 100644 --- a/e-util/Makefile.am +++ b/e-util/Makefile.am @@ -24,6 +24,7 @@ eutilinclude_HEADERS = \ e-config.h \ e-config-listener.h \ e-corba-utils.h \ + e-cursor.h \ e-dialog-utils.h \ e-dialog-widgets.h \ e-error.h \ @@ -63,6 +64,7 @@ libeutil_la_SOURCES = \ e-config.c \ e-config-listener.c \ e-corba-utils.c \ + e-cursor.c \ e-dialog-utils.c \ e-dialog-widgets.c \ e-error.c \ |