diff options
author | JP Rosevear <jpr@ximian.com> | 2004-01-21 05:18:42 +0800 |
---|---|---|
committer | JP Rosevear <jpr@src.gnome.org> | 2004-01-21 05:18:42 +0800 |
commit | 882cfb44e8227f70b2d88277ea4f562779ba3798 (patch) | |
tree | 6daa5f2d09bf30929542e4fdeb85892ea8939683 /e-util/Makefile.am | |
parent | 12b2cfb7410fb091fde463332454dc8fce4f91c9 (diff) | |
download | gsoc2013-evolution-882cfb44e8227f70b2d88277ea4f562779ba3798.tar.gz gsoc2013-evolution-882cfb44e8227f70b2d88277ea4f562779ba3798.tar.zst gsoc2013-evolution-882cfb44e8227f70b2d88277ea4f562779ba3798.zip |
don't build dead files
2004-01-20 JP Rosevear <jpr@ximian.com>
* Makefile.am: don't build dead files
* e-xml-hash-utils.[hc]: kill, these were moved to e-d-s long ago
svn path=/trunk/; revision=24333
Diffstat (limited to 'e-util/Makefile.am')
-rw-r--r-- | e-util/Makefile.am | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/e-util/Makefile.am b/e-util/Makefile.am index 8587fbe504..18e649cdfb 100644 --- a/e-util/Makefile.am +++ b/e-util/Makefile.am @@ -42,7 +42,6 @@ eutilinclude_HEADERS = \ e-trie.h \ e-uid.h \ e-url.h \ - e-xml-hash-utils.h \ md5-utils.h libeutil_la_SOURCES = \ @@ -78,7 +77,6 @@ libeutil_la_SOURCES = \ e-trie.c \ e-uid.c \ e-url.c \ - e-xml-hash-utils.c \ eggtrayicon.c \ eggtrayicon.h \ md5-utils.c |