diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2009-11-06 22:50:55 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2009-11-08 03:01:45 +0800 |
commit | a1f990ef82d92f723c609ad6a5a7764ff55a641d (patch) | |
tree | 3fcc5829dd1e6496fef79bb3bb0f81874da8c060 /e-util/Makefile.am | |
parent | f81497d2b99d7c686906ad7f53afc1639250433e (diff) | |
download | gsoc2013-evolution-a1f990ef82d92f723c609ad6a5a7764ff55a641d.tar.gz gsoc2013-evolution-a1f990ef82d92f723c609ad6a5a7764ff55a641d.tar.zst gsoc2013-evolution-a1f990ef82d92f723c609ad6a5a7764ff55a641d.zip |
Move EActivity and subclasses to e-util.
Planning to write some asynchronous utility functions in e-util that
return EActivity objects.
Diffstat (limited to 'e-util/Makefile.am')
-rw-r--r-- | e-util/Makefile.am | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/e-util/Makefile.am b/e-util/Makefile.am index a869cf1667..2d66a708a4 100644 --- a/e-util/Makefile.am +++ b/e-util/Makefile.am @@ -11,6 +11,8 @@ privsolib_LTLIBRARIES = libeutil.la libeconduit.la eutilinclude_HEADERS = \ e-account-utils.h \ + e-activity.h \ + e-alert-activity.h \ e-bconf-map.h \ e-binding.h \ e-categories-config.h \ @@ -45,6 +47,7 @@ eutilinclude_HEADERS = \ e-text-event-processor-emacs-like.h \ e-text-event-processor-types.h \ e-text-event-processor.h \ + e-timeout-activity.h \ e-util.h \ e-unicode.h \ e-xml-utils.h @@ -81,6 +84,8 @@ libeutil_la_CPPFLAGS = \ libeutil_la_SOURCES = \ $(eutilinclude_HEADERS) \ e-account-utils.c \ + e-activity.c \ + e-alert-activity.c \ e-bconf-map.c \ e-binding.c \ e-categories-config.c \ @@ -112,8 +117,9 @@ libeutil_la_SOURCES = \ e-bit-array.c \ e-sorter.c \ e-sorter-array.c \ - e-text-event-processor-emacs-like.c \ - e-text-event-processor.c \ + e-text-event-processor-emacs-like.c \ + e-text-event-processor.c \ + e-timeout-activity.c \ e-util.c \ e-unicode.c \ e-util-private.h \ |