aboutsummaryrefslogtreecommitdiffstats
path: root/e-util/Makefile.am
diff options
context:
space:
mode:
authorSrinivasa Ragavan <sragavan@novell.com>2005-06-08 19:46:48 +0800
committerSrinivasa Ragavan <sragavan@src.gnome.org>2005-06-08 19:46:48 +0800
commit74907305ce088f9b992e60986eaff6e40285c686 (patch)
treeba6d9f7477f3e478c83a36fddebcd3a126961ab1 /e-util/Makefile.am
parentc467b293c8b8c450f1cd8384a55dc989063f16f9 (diff)
downloadgsoc2013-evolution-74907305ce088f9b992e60986eaff6e40285c686.tar
gsoc2013-evolution-74907305ce088f9b992e60986eaff6e40285c686.tar.gz
gsoc2013-evolution-74907305ce088f9b992e60986eaff6e40285c686.tar.bz2
gsoc2013-evolution-74907305ce088f9b992e60986eaff6e40285c686.tar.lz
gsoc2013-evolution-74907305ce088f9b992e60986eaff6e40285c686.tar.xz
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.am2
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 \