use CAMEL_GROUPWISE_CFLAGS. (libcamelgroupwise_la_LIBADD): use

2004-07-07  Chris Toshok  <toshok@ximian.com>

	* providers/groupwise/Makefile.am (INCLUDES): use
	CAMEL_GROUPWISE_CFLAGS.
	(libcamelgroupwise_la_LIBADD): use CAMEL_GROUPWISE_LIBS.

svn path=/trunk/; revision=26598
This commit is contained in:
Chris Toshok
2004-07-08 19:53:01 +00:00
committed by Chris Toshok
parent c098b8f40c
commit 87b7542305
2 changed files with 8 additions and 2 deletions

View File

@ -1,3 +1,9 @@
2004-07-07 Chris Toshok <toshok@ximian.com>
* providers/groupwise/Makefile.am (INCLUDES): use
CAMEL_GROUPWISE_CFLAGS.
(libcamelgroupwise_la_LIBADD): use CAMEL_GROUPWISE_LIBS.
2004-07-02 Christian Neumair <chris@gnome-de.org>
* camel-smime-context.c: s/Can't/Cannot/.

View File

@ -14,7 +14,7 @@ INCLUDES = -I.. \
-I$(top_srcdir)/camel/providers/imap \
-I$(top_srcdir)/camel/providers/smtp \
$(EVOLUTION_CALENDAR_CFLAGS) \
$(CAMEL_CFLAGS) \
$(CAMEL_GROUPWISE_CFLAGS) \
$(GNOME_INCLUDEDIR) \
$(E_UTIL_CFLAGS) \
$(GTK_INCLUDEDIR) \
@ -25,7 +25,7 @@ libcamelgroupwise_la_SOURCES = \
camel-groupwise-provider.c \
camel-gw-listener.c \
camel-gw-listener.h
libcamelgroupwise_la_LIBADD = $(CAMEL_LIBS)
libcamelgroupwise_la_LIBADD = $(CAMEL_GROUPWISE_LIBS)
libcamelgroupwise_la_LDFLAGS = -avoid-version -module