## Process this file with automake to produce Makefile.in

camel_provider_LTLIBRARIES = libcamelgroupwise.la
camel_provider_DATA = libcamelgroupwise.urls

INCLUDES = -I.. \
	-I$(top_srcdir)				\
	-I$(top_srcdir)/camel			\
	-I$(top_srcdir)/camel/providers/imap    \
        -I$(top_srcdir)/libedataserver          \
	-I$(top_srcdir)/servers/groupwise       \
	$(CAMEL_CFLAGS)				\
	$(GNOME_INCLUDEDIR)			\
        $(SOUP_CFLAGS)                          \
	-DCAMEL_EXPLICIT_TRANSLATION_DOMAIN=\"$(GETTEXT_PACKAGE)\"	\
	-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-$(API_VERSION).la           \
	$(top_builddir)/libedataserver/libedataserver-$(API_VERSION).la             \
	$(top_builddir)/camel/libcamel-provider-1.2.la	                 \
	$(top_builddir)/camel/libcamel-1.2.la		                 \
	$(CAMEL_LIBS)                                                    \
        $(SOUP_LIBS)

EXTRA_DIST = libcamelgroupwise.urls
