diff options
author | Damon Chaplin <damon@ximian.com> | 2001-03-05 07:52:39 +0800 |
---|---|---|
committer | Damon Chaplin <damon@src.gnome.org> | 2001-03-05 07:52:39 +0800 |
commit | 0a60162f0bd53bd2699e29b2604b7ecc8fb17ea0 (patch) | |
tree | 58c452ceb2873d4bb4b1623c69d99b252d9e2ab0 /e-util/Makefile.am | |
parent | 601186a4edc390d85bcf56d7fb725dc3c76c6533 (diff) | |
download | gsoc2013-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.am | 2 |
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 \ |