diff options
author | Not Zed <NotZed@Ximian.com> | 2005-04-28 17:59:50 +0800 |
---|---|---|
committer | Michael Zucci <zucchi@src.gnome.org> | 2005-04-28 17:59:50 +0800 |
commit | 7450dad8bb881a7b423971e99ee7d580ccb02089 (patch) | |
tree | 605e5b4320e114a02e3393bb535dd89912bcab9f /e-util/Makefile.am | |
parent | 1869ccfb2c81edc429580617ce4e59f36bf29a6a (diff) | |
download | gsoc2013-evolution-7450dad8bb881a7b423971e99ee7d580ccb02089.tar.gz gsoc2013-evolution-7450dad8bb881a7b423971e99ee7d580ccb02089.tar.zst gsoc2013-evolution-7450dad8bb881a7b423971e99ee7d580ccb02089.zip |
A profiling plugin hook.
2005-04-28 Not Zed <NotZed@Ximian.com>
* e-profile-event.[ch]: A profiling plugin hook.
svn path=/trunk/; revision=29239
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 a33041d5e0..5ffedc9415 100644 --- a/e-util/Makefile.am +++ b/e-util/Makefile.am @@ -45,6 +45,7 @@ eutilinclude_HEADERS = \ e-print.h \ e-plugin.h \ e-popup.h \ + e-profile-event.h \ e-request.h \ e-signature.h \ e-signature-list.h \ @@ -82,6 +83,7 @@ libeutil_la_SOURCES = \ e-plugin.c \ e-popup.c \ e-print.c \ + e-profile-event.c \ e-request.c \ e-signature.c \ e-signature-list.c \ |