diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2002-03-23 04:47:53 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2002-03-23 04:47:53 +0800 |
commit | c197e1fd693a4957d81b33f8f87b7cdb476a4bc2 (patch) | |
tree | 1c8662f23aed4564f2d2c8831535e69e7a2e55b0 /e-util/Makefile.am | |
parent | 8c9e6401942190c71022233ea425803dbc353a02 (diff) | |
download | gsoc2013-evolution-c197e1fd693a4957d81b33f8f87b7cdb476a4bc2.tar.gz gsoc2013-evolution-c197e1fd693a4957d81b33f8f87b7cdb476a4bc2.tar.zst gsoc2013-evolution-c197e1fd693a4957d81b33f8f87b7cdb476a4bc2.zip |
New. New.
* e-lang-utils.c: New.
* e-lang-utils.h: New.
svn path=/trunk/; revision=16231
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 2eb4436515..ebcb439c4e 100644 --- a/e-util/Makefile.am +++ b/e-util/Makefile.am @@ -38,6 +38,8 @@ libeutil_la_SOURCES = \ e-html-utils.h \ e-iterator.c \ e-iterator.h \ + e-lang-utils.c \ + e-lang-utils.h \ e-list-iterator.c \ e-list-iterator.h \ e-list.c \ |