diff options
author | Dan Winship <danw@src.gnome.org> | 2000-04-28 03:01:18 +0800 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2000-04-28 03:01:18 +0800 |
commit | aef27503fb2115e096b78acf6111000803c2905b (patch) | |
tree | 1d3913464fe5edaed541624666fdb71fc3d5c109 /e-util/Makefile.am | |
parent | e5d2b62bf6fae52b49915c67d92e81968f61647a (diff) | |
download | gsoc2013-evolution-aef27503fb2115e096b78acf6111000803c2905b.tar gsoc2013-evolution-aef27503fb2115e096b78acf6111000803c2905b.tar.gz gsoc2013-evolution-aef27503fb2115e096b78acf6111000803c2905b.tar.bz2 gsoc2013-evolution-aef27503fb2115e096b78acf6111000803c2905b.tar.lz gsoc2013-evolution-aef27503fb2115e096b78acf6111000803c2905b.tar.xz gsoc2013-evolution-aef27503fb2115e096b78acf6111000803c2905b.tar.zst gsoc2013-evolution-aef27503fb2115e096b78acf6111000803c2905b.zip |
Moved here from the mailer, since it's of general use, and the composer
* e-html-utils.c (e_text_to_html): Moved here from the mailer,
since it's of general use, and the composer needs it too.
svn path=/trunk/; revision=2662
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 93fa276e2f..19c757e580 100644 --- a/e-util/Makefile.am +++ b/e-util/Makefile.am @@ -12,6 +12,8 @@ libeutil_la_SOURCES = \ e-cursors.h \ e-gui-utils.c \ e-gui-utils.h \ + e-html-utils.c \ + e-html-utils.h \ e-paned.c \ e-paned.h \ e-popup-menu.c \ |