[evolution-groupwise] Add the missed Makefile.am



commit 7b7b8580d28708ba47fe5cc2fc911aa2168df419
Author: Chenthill Palanisamy <pchenthill novell com>
Date:   Tue May 8 16:18:42 2012 +0530

    Add the missed Makefile.am

 src/camel/imapx/Makefile.am |   29 +++++++++++++++++++++++++++++
 1 files changed, 29 insertions(+), 0 deletions(-)
---
diff --git a/src/camel/imapx/Makefile.am b/src/camel/imapx/Makefile.am
new file mode 100644
index 0000000..9539ad7
--- /dev/null
+++ b/src/camel/imapx/Makefile.am
@@ -0,0 +1,29 @@
+camel_provider_LTLIBRARIES = libcamelgwimap.la
+camel_provider_DATA = libcamelgwimap.urls
+
+libcamelgwimap_la_CPPFLAGS =			\
+	$(AM_CPPFLAGS)				\
+	-I$(top_srcdir)/src			\
+	-I$(top_srcdir)/src/camel		\
+	$(CAMEL_CFLAGS)				\
+	$(GNOME_INCLUDEDIR)			\
+	-DPREFIX=\"$(prefix)\" 			\
+	-DG_LOG_DOMAIN=\"camel-gwimap-provider\"
+
+libcamelgwimap_la_SOURCES = 		\
+	camel-gwimap-provider.c		\
+	camel-gwimap-store.c		\
+	camel-gwimap-settings.c	
+
+noinst_HEADERS =			\
+	camel-gwimap-store.h		\
+	camel-gwimap-settings.h	
+
+libcamelgwimap_la_LDFLAGS = -avoid-version $(NO_UNDEFINED)
+
+libcamelgwimap_la_LIBADD =				\
+	$(CAMEL_LIBS)
+
+EXTRA_DIST = libcamelgwimap.urls
+
+-include $(top_srcdir)/git.mk



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]