[evolution-groupwise] Push missing Makefile.am
- From: Chenthill Palanisamy <pchen src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution-groupwise] Push missing Makefile.am
- Date: Tue, 15 May 2012 07:22:13 +0000 (UTC)
commit c6a0063e60d2bbeaa62344ca4df6fca1010e48d7
Author: Chenthill Palanisamy <pchenthill novell com>
Date: Tue May 15 12:51:18 2012 +0530
Push missing Makefile.am
src/camel/groupwise/Makefile.am | 26 ++++++++++++++++++++++++++
1 files changed, 26 insertions(+), 0 deletions(-)
---
diff --git a/src/camel/groupwise/Makefile.am b/src/camel/groupwise/Makefile.am
new file mode 100644
index 0000000..359ee5c
--- /dev/null
+++ b/src/camel/groupwise/Makefile.am
@@ -0,0 +1,26 @@
+camel_provider_LTLIBRARIES = libcamelgroupwise.la
+camel_provider_DATA = libcamelgroupwise.urls
+
+libcamelgroupwise_la_CPPFLAGS = \
+ $(AM_CPPFLAGS) \
+ -I$(top_srcdir)/src \
+ -I$(top_srcdir)/src/camel \
+ -I$(top_srcdir)/src/server \
+ $(CAMEL_CFLAGS) \
+ $(SOUP_CFLAGS) \
+ -DPREFIX=\"$(prefix)\" \
+ -DG_LOG_DOMAIN=\"camel-groupwise-provider\"
+
+libcamelgroupwise_la_SOURCES = \
+ camel-groupwise-provider.c
+
+libcamelgroupwise_la_LDFLAGS = -avoid-version -module $(NO_UNDEFINED)
+
+libcamelgroupwise_la_LIBADD = \
+ $(top_builddir)/src/server/libegroupwise-1.2.la \
+ $(top_builddir)/src/camel/libcamelgroupwise.la \
+ $(CAMEL_LIBS)
+
+EXTRA_DIST = libcamelgroupwise.urls
+
+-include $(top_srcdir)/git.mk
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]