diff options
author | Dan Winship <danw@src.gnome.org> | 2003-01-18 03:32:19 +0800 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2003-01-18 03:32:19 +0800 |
commit | 9b1888365c523f0408d30473aad733abe1fd1750 (patch) | |
tree | 6c354557ed5538814eac65cdf0b93d614f195069 /e-util/Makefile.am | |
parent | 90795ca8526e6fd0bc203f751346464f7c1f010a (diff) | |
download | gsoc2013-evolution-9b1888365c523f0408d30473aad733abe1fd1750.tar gsoc2013-evolution-9b1888365c523f0408d30473aad733abe1fd1750.tar.gz gsoc2013-evolution-9b1888365c523f0408d30473aad733abe1fd1750.tar.bz2 gsoc2013-evolution-9b1888365c523f0408d30473aad733abe1fd1750.tar.lz gsoc2013-evolution-9b1888365c523f0408d30473aad733abe1fd1750.tar.xz gsoc2013-evolution-9b1888365c523f0408d30473aad733abe1fd1750.tar.zst gsoc2013-evolution-9b1888365c523f0408d30473aad733abe1fd1750.zip |
New, sort of from evolution-recurid-branch.
* e-xml-hash-utils.c: New, sort of from evolution-recurid-branch.
svn path=/trunk/; revision=19503
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 559165a22b..bf83695167 100644 --- a/e-util/Makefile.am +++ b/e-util/Makefile.am @@ -49,6 +49,7 @@ eutilinclude_HEADERS = \ e-time-utils.h \ e-trie.h \ e-url.h \ + e-xml-hash-utils.h \ md5-utils.h libeutil_la_SOURCES = \ @@ -82,6 +83,7 @@ libeutil_la_SOURCES = \ e-trie.c \ e-url.c \ e-util-marshal.c \ + e-xml-hash-utils.c \ md5-utils.c # GLib marshalling cruft |