diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2010-04-01 04:32:19 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2010-04-01 04:34:06 +0800 |
commit | aac92ccc526ce5cbbd7af8836cd1fb7a57ab0bae (patch) | |
tree | f568443108a6853870678cc94f4fa747610b8f38 /e-util/Makefile.am | |
parent | dc3535158168a80f1593880ad1c103fa79cade98 (diff) | |
download | gsoc2013-evolution-aac92ccc526ce5cbbd7af8836cd1fb7a57ab0bae.tar.gz gsoc2013-evolution-aac92ccc526ce5cbbd7af8836cd1fb7a57ab0bae.tar.zst gsoc2013-evolution-aac92ccc526ce5cbbd7af8836cd1fb7a57ab0bae.zip |
Move EPoolv back to Evolution from libedataserver.
MessageList is the only thing still using it.
EMemPool is gone now, so it uses CamelMemPool instead (same thing).
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 3a9c723ec1..c6ed8b4984 100644 --- a/e-util/Makefile.am +++ b/e-util/Makefile.am @@ -36,6 +36,7 @@ eutilinclude_HEADERS = \ e-mktemp.h \ e-module.h \ e-non-intrusive-error-dialog.h \ + e-poolv.h \ e-print.h \ e-plugin.h \ e-plugin-ui.h \ @@ -114,6 +115,7 @@ libeutil_la_SOURCES = \ e-mktemp.c \ e-module.c \ e-non-intrusive-error-dialog.c \ + e-poolv.c \ e-plugin.c \ e-plugin-ui.c \ e-plugin-util.c \ |