aboutsummaryrefslogtreecommitdiffstats
path: root/e-util/Makefile.am
diff options
context:
space:
mode:
authorDamon Chaplin <damon@ximian.com>2001-03-05 07:52:39 +0800
committerDamon Chaplin <damon@src.gnome.org>2001-03-05 07:52:39 +0800
commit0a60162f0bd53bd2699e29b2604b7ecc8fb17ea0 (patch)
tree58c452ceb2873d4bb4b1623c69d99b252d9e2ab0 /e-util/Makefile.am
parent601186a4edc390d85bcf56d7fb725dc3c76c6533 (diff)
downloadgsoc2013-evolution-0a60162f0bd53bd2699e29b2604b7ecc8fb17ea0.tar
gsoc2013-evolution-0a60162f0bd53bd2699e29b2604b7ecc8fb17ea0.tar.gz
gsoc2013-evolution-0a60162f0bd53bd2699e29b2604b7ecc8fb17ea0.tar.bz2
gsoc2013-evolution-0a60162f0bd53bd2699e29b2604b7ecc8fb17ea0.tar.lz
gsoc2013-evolution-0a60162f0bd53bd2699e29b2604b7ecc8fb17ea0.tar.xz
gsoc2013-evolution-0a60162f0bd53bd2699e29b2604b7ecc8fb17ea0.tar.zst
gsoc2013-evolution-0a60162f0bd53bd2699e29b2604b7ecc8fb17ea0.zip
new files to contain functions to parse and format dates and times for
2001-03-04 Damon Chaplin <damon@ximian.com> * e-time-utils.[hc]: new files to contain functions to parse and format dates and times for various calendar widgets. svn path=/trunk/; revision=8546
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 fd9364ccd4..8a89dbe447 100644
--- a/e-util/Makefile.am
+++ b/e-util/Makefile.am
@@ -39,6 +39,8 @@ libeutil_la_SOURCES = \
e-path.h \
e-sexp.c \
e-sexp.h \
+ e-time-utils.c \
+ e-time-utils.h \
e-dbhash.c \
e-dbhash.h \
md5-utils.c \