[evolution-data-server] Remove dos line endings from the Makefile.am and be consistent with tabs/spaces
- From: Fridrich Strba <strba src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution-data-server] Remove dos line endings from the Makefile.am and be consistent with tabs/spaces
- Date: Mon, 8 Mar 2010 12:12:40 +0000 (UTC)
commit a7ea784e122bc2242021e1283a61902b941d1774
Author: Fridrich Strba <fridrich strba bluewin ch>
Date: Mon Mar 8 12:17:41 2010 +0100
Remove dos line endings from the Makefile.am and be consistent with tabs/spaces
camel/providers/groupwise/Makefile.am | 88 ++++++++++++++++----------------
1 files changed, 44 insertions(+), 44 deletions(-)
---
diff --git a/camel/providers/groupwise/Makefile.am b/camel/providers/groupwise/Makefile.am
index 55b478d..faa3812 100644
--- a/camel/providers/groupwise/Makefile.am
+++ b/camel/providers/groupwise/Makefile.am
@@ -1,51 +1,51 @@
-camel_provider_LTLIBRARIES = libcamelgroupwise.la
-camel_provider_DATA = libcamelgroupwise.urls
-
+camel_provider_LTLIBRARIES = libcamelgroupwise.la
+camel_provider_DATA = libcamelgroupwise.urls
+
libcamelgroupwise_la_CPPFLAGS = \
$(AM_CPPFLAGS) \
- -I$(top_srcdir) \
- -I$(top_srcdir)/camel \
+ -I$(top_srcdir) \
+ -I$(top_srcdir)/camel \
-I$(top_srcdir)/camel/providers \
- -I$(top_srcdir)/camel/providers/imap \
- -I$(top_srcdir)/libedataserver \
+ -I$(top_srcdir)/camel/providers/imap \
+ -I$(top_srcdir)/libedataserver \
-I$(top_srcdir)/servers/groupwise \
- $(CAMEL_CFLAGS) \
- $(GNOME_INCLUDEDIR) \
- $(SOUP_CFLAGS) \
- $(E_DATA_SERVER_CFLAGS) \
- -DG_LOG_DOMAIN=\"camel-groupwise-provider\"
-
-libcamelgroupwise_la_SOURCES = \
- camel-groupwise-provider.c \
- camel-groupwise-folder.c \
- camel-groupwise-journal.c \
- camel-groupwise-store.c \
- camel-groupwise-summary.c \
- camel-groupwise-store-summary.c \
- camel-groupwise-utils.c \
- camel-groupwise-transport.c
-
-noinst_HEADERS = \
- camel-groupwise-folder.h \
- camel-groupwise-journal.h \
- camel-groupwise-private.h \
- camel-groupwise-store.h \
- camel-groupwise-summary.h \
- camel-groupwise-store-summary.h \
- camel-groupwise-utils.h \
- camel-groupwise-transport.h
-
-libcamelgroupwise_la_LDFLAGS = -avoid-version -module $(NO_UNDEFINED)
+ $(CAMEL_CFLAGS) \
+ $(GNOME_INCLUDEDIR) \
+ $(SOUP_CFLAGS) \
+ $(E_DATA_SERVER_CFLAGS) \
+ -DG_LOG_DOMAIN=\"camel-groupwise-provider\"
+
+libcamelgroupwise_la_SOURCES = \
+ camel-groupwise-provider.c \
+ camel-groupwise-folder.c \
+ camel-groupwise-journal.c \
+ camel-groupwise-store.c \
+ camel-groupwise-summary.c \
+ camel-groupwise-store-summary.c \
+ camel-groupwise-utils.c \
+ camel-groupwise-transport.c
+
+noinst_HEADERS = \
+ camel-groupwise-folder.h \
+ camel-groupwise-journal.h \
+ camel-groupwise-private.h \
+ camel-groupwise-store.h \
+ camel-groupwise-summary.h \
+ camel-groupwise-store-summary.h \
+ camel-groupwise-utils.h \
+ camel-groupwise-transport.h
+
+libcamelgroupwise_la_LDFLAGS = -avoid-version -module $(NO_UNDEFINED)
+
+libcamelgroupwise_la_LIBADD = \
+ $(top_builddir)/servers/groupwise/libegroupwise-1.2.la \
+ $(top_builddir)/libedataserver/libedataserver-1.2.la \
+ $(top_builddir)/camel/libcamel-provider-1.2.la \
+ $(top_builddir)/camel/libcamel-1.2.la \
+ $(CAMEL_LIBS) \
+ $(SOUP_LIBS) \
+ $(E_DATA_SERVER_LIBS)
-libcamelgroupwise_la_LIBADD = \
- $(top_builddir)/servers/groupwise/libegroupwise-1.2.la \
- $(top_builddir)/libedataserver/libedataserver-1.2.la \
- $(top_builddir)/camel/libcamel-provider-1.2.la \
- $(top_builddir)/camel/libcamel-1.2.la \
- $(CAMEL_LIBS) \
- $(SOUP_LIBS) \
- $(E_DATA_SERVER_LIBS)
-
-EXTRA_DIST = libcamelgroupwise.urls
+EXTRA_DIST = libcamelgroupwise.urls
-include $(top_srcdir)/git.mk
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]