From 6c891b3943a98a3d040d134c69cd9837e099831a Mon Sep 17 00:00:00 2001 From: Sivaiah Nallagatla Date: Wed, 21 Apr 2004 12:08:24 +0000 Subject: added CAMEL_LIBS to LIBADD added new function to get addres book names 2004-04-21 Sivaiah Nallagatla * providers/groupwise/Makefile.am : added CAMEL_LIBS to LIBADD * providers/groupwise/camel-gw-listener.c (get_addressbook_names_from_server): added new function to get addres book names from server. (add_addressbook_sources) (modify_addressbook_sources) : changed the implementation to use address book returned form above call while creating e-sources svn path=/trunk/; revision=25559 --- camel/providers/groupwise/Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'camel/providers/groupwise/Makefile.am') diff --git a/camel/providers/groupwise/Makefile.am b/camel/providers/groupwise/Makefile.am index 49d0a96402..daf42d9034 100644 --- a/camel/providers/groupwise/Makefile.am +++ b/camel/providers/groupwise/Makefile.am @@ -25,6 +25,7 @@ libcamelgroupwise_la_SOURCES = \ camel-groupwise-provider.c \ camel-gw-listener.c \ camel-gw-listener.h +libcamelgroupwise_la_LIBADD = $(CAMEL_LIBS) libcamelgroupwise_la_LDFLAGS = -avoid-version -module -- cgit