diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2001-07-01 14:13:11 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2001-07-01 14:13:11 +0800 |
commit | d1706596df85327b41dd4b4fe39dd88f4a954dae (patch) | |
tree | 5efd893363ccf27895ba9436b56fa9f0f0505a9a /e-util/Makefile.am | |
parent | d801d2df671bea7e08711f0027fbf8f3dc873b01 (diff) | |
download | gsoc2013-evolution-d1706596df85327b41dd4b4fe39dd88f4a954dae.tar.gz gsoc2013-evolution-d1706596df85327b41dd4b4fe39dd88f4a954dae.tar.zst gsoc2013-evolution-d1706596df85327b41dd4b4fe39dd88f4a954dae.zip |
Added a simple `e_request_string()' utility function.
svn path=/trunk/; revision=10650
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 b4d20054da..390b2507a4 100644 --- a/e-util/Makefile.am +++ b/e-util/Makefile.am @@ -40,6 +40,8 @@ libeutil_la_SOURCES = \ e-msgport.h \ e-path.c \ e-path.h \ + e-request.c \ + e-request.h \ e-sexp.c \ e-sexp.h \ e-time-utils.c \ |