From d27d3f05cc60361e0e6f2ab197e457299314881e Mon Sep 17 00:00:00 2001 From: JP Rosevear Date: Mon, 12 Jan 2004 05:26:47 +0000 Subject: Missed svn path=/trunk/; revision=24167 --- shell/Makefile.am | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'shell') diff --git a/shell/Makefile.am b/shell/Makefile.am index f152450f9d..7f34666a83 100644 --- a/shell/Makefile.am +++ b/shell/Makefile.am @@ -17,7 +17,8 @@ INCLUDES = \ -DLIBDIR=\""$(datadir)"\" \ -DG_LOG_DOMAIN=\"evolution-shell\" \ $(TZDIALOG_CFLAGS) \ - $(SHELL_CFLAGS) + $(SHELL_CFLAGS) \ + $(EVOLUTION_TEST_CFLAGS) noinst_PROGRAMS = evolution @@ -178,12 +179,13 @@ component_LTLIBRARIES = libevolution-test.la endif libevolution_test_la_SOURCES = \ + $(IDL_GENERATED) \ evolution-test-component.c \ evolution-test-component.h libevolution_test_la_LIBADD = \ libeshell.la \ - $(SHELL_LIBS) + $(EVOLUTION_CALENDAR_LIBS) libevolution_test_la_LDFLAGS = -avoid-version -module -- cgit