2002-08-19 Jeffrey Stedfast <fejj@ximian.com> * tests/lib/camel-test.c (camel_test_init): Updated to pass the needed arguments to camel_init() and to init gthreads before camel (since camel expectes it to be initialised already). * tests/lib/session.c: #include <config.h> needed for ENABLE_THREADS so that sizeof (CamelSessionClass) gives the correct size. * tests/*: Updated to work with camel API changes. svn path=/trunk/; revision=17805
23 lines
462 B
Makefile
23 lines
462 B
Makefile
|
|
INCLUDES = \
|
|
-I$(includedir) \
|
|
-I$(top_srcdir) \
|
|
-I$(top_srcdir)/intl \
|
|
-I$(top_srcdir)/e-util \
|
|
-I$(top_srcdir)/camel \
|
|
$(CAMEL_CFLAGS)
|
|
|
|
check_LIBRARIES = libcameltest.a
|
|
|
|
libcameltest_a_SOURCES = \
|
|
camel-test.c camel-test.h \
|
|
messages.c messages.h \
|
|
addresses.c addresses.h \
|
|
folders.c folders.h \
|
|
session.c session.h \
|
|
streams.c streams.h \
|
|
address-data.h
|
|
|
|
libcameltest_a_LIBADD = \
|
|
$(top_builddir)/e-util/libeutil.la
|