diff options
author | Dan Winship <danw@src.gnome.org> | 2003-01-07 02:55:31 +0800 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2003-01-07 02:55:31 +0800 |
commit | 24ee471cb154a84a004efc7ec92dde1c1474426c (patch) | |
tree | 0930170c07fac4ee55c2a77f7223e9b3e1ea581f /e-util/Makefile.am | |
parent | 987ac08737af5022f528cebf57cef11719bd4a56 (diff) | |
download | gsoc2013-evolution-24ee471cb154a84a004efc7ec92dde1c1474426c.tar.gz gsoc2013-evolution-24ee471cb154a84a004efc7ec92dde1c1474426c.tar.zst gsoc2013-evolution-24ee471cb154a84a004efc7ec92dde1c1474426c.zip |
Add this back: Connector needs it, and there's no reason for addressbook
* e-html-utils.c: Add this back: Connector needs it, and there's
no reason for addressbook and calendar to be using camel to get
this functionality.
* Makefile.am (libeutil_la_SOURCES): re-add e-html-utils
svn path=/trunk/; revision=19246
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 dfeea653a7..89fea7550d 100644 --- a/e-util/Makefile.am +++ b/e-util/Makefile.am @@ -30,6 +30,7 @@ eutilinclude_HEADERS = \ e-gtk-utils.h \ e-gui-utils.h \ e-host-utils.h \ + e-html-utils.h \ e-iterator.h \ e-lang-utils.h \ e-list-iterator.h \ @@ -59,6 +60,7 @@ libeutil_la_SOURCES = \ e-gtk-utils.c \ e-gui-utils.c \ e-host-utils.c \ + e-html-utils.c \ e-iterator.c \ e-lang-utils.c \ e-list-iterator.c \ |