From b681ec2b9a98684ef821f9b6fbdb9a231a58d4b5 Mon Sep 17 00:00:00 2001 From: Ettore Perazzoli Date: Fri, 5 Nov 1999 23:06:09 +0000 Subject: Here is my initial Evolution work: message composition widget and some installation fixes for Camel. svn path=/trunk/; revision=1369 --- tests/ui-tests/Makefile.am | 26 ++++++++++++++------------ 1 file changed, 14 insertions(+), 12 deletions(-) (limited to 'tests/ui-tests/Makefile.am') diff --git a/tests/ui-tests/Makefile.am b/tests/ui-tests/Makefile.am index c4849e7c3c..24d62047db 100644 --- a/tests/ui-tests/Makefile.am +++ b/tests/ui-tests/Makefile.am @@ -1,17 +1,19 @@ # process this file with automake to create Makefile.in -INCLUDES = -I$(top_srcdir)/intl -I$(top_srcdir)/camel \ - -I$(includedir) -I$(top_srcdir)/camel/providers/MH \ +INCLUDES = \ + -I$(top_srcdir)/intl \ + -I$(top_srcdir)/camel \ + -I$(includedir) \ + -I$(top_srcdir)/camel/providers/MH \ + -I$(top_srcdir)/widgets \ $(EXTRA_GNOME_CFLAGS) -LDADD = \ - $(top_builddir)/camel/libcamel.la \ - $(top_builddir)/camel/providers/MH/libcamelmh.la \ - $(INTLLIBS) $(EXTRA_GNOME_LIBS) $(PTHREAD_LIB) +LDADD = \ + $(top_builddir)/widgets/libevolutionwidgets.la \ + $(top_builddir)/camel/libcamel.la \ + $(INTLLIBS) \ + $(EXTRA_GNOME_LIBS) \ + $(PTHREAD_LIB) - - - - -noinst_PROGRAMS = \ - store_listing \ No newline at end of file +noinst_PROGRAMS = \ + msg-composer-test \ No newline at end of file -- cgit