diff options
author | Chenthill Palanisamy <pchenthill@novell.com> | 2005-07-25 13:00:45 +0800 |
---|---|---|
committer | Chenthill Palanisamy <pchen@src.gnome.org> | 2005-07-25 13:00:45 +0800 |
commit | 113f3730daef9e8175db42e21ace56a81bd7f237 (patch) | |
tree | cd34d24a12bc8ec1f3eeb412287dac798aaa3e1e /plugins/groupwise-features/Makefile.am | |
parent | be569b6675e0b237beec88b2d2510c6bf68f0e16 (diff) | |
download | gsoc2013-evolution-113f3730daef9e8175db42e21ace56a81bd7f237.tar.gz gsoc2013-evolution-113f3730daef9e8175db42e21ace56a81bd7f237.tar.zst gsoc2013-evolution-113f3730daef9e8175db42e21ace56a81bd7f237.zip |
Added the new file process-meeting.c and widgets/misc to include headers.
2005-07-23 Chenthill Palanisamy <pchenthill@novell.com>
* Makefile.am: Added the new file process-meeting.c
and widgets/misc to include headers.
* org-gnome-groupwise-features.eplug.xml: Added the
hook for processing meetings.
* org-gnome-shared-folder.errors.xml: Added the message
for asking for error
svn path=/trunk/; revision=29870
Diffstat (limited to 'plugins/groupwise-features/Makefile.am')
-rw-r--r-- | plugins/groupwise-features/Makefile.am | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/plugins/groupwise-features/Makefile.am b/plugins/groupwise-features/Makefile.am index ab17af76ee..6cc7df0ecc 100644 --- a/plugins/groupwise-features/Makefile.am +++ b/plugins/groupwise-features/Makefile.am @@ -5,6 +5,7 @@ endif INCLUDES = \ -I$(top_srcdir) \ -I$(top_srcdir)/widgets \ + -I$(top_srcdir)/widgets/misc \ -I$(top_srcdir)/camel \ $(EVOLUTION_MAIL_CFLAGS) \ $(EVOLUTION_CALENDAR_CFLAGS) \ @@ -34,7 +35,8 @@ liborg_gnome_groupwise_features_la_SOURCES = \ proxy.h \ proxy.c \ proxy-login.h \ - proxy-login.c + proxy-login.c \ + process-meeting.c liborg_gnome_groupwise_features_la_LIBADD= \ $(top_builddir)/e-util/libeutil.la \ |