diff options
author | JP Rosevear <jpr@src.gnome.org> | 2004-01-12 05:26:47 +0000 |
---|---|---|
committer | JP Rosevear <jpr@src.gnome.org> | 2004-01-12 05:26:47 +0000 |
commit | d27d3f05cc60361e0e6f2ab197e457299314881e (patch) | |
tree | 7c902d298c71fe56a7e0fa5cf007e0f3583055b2 | |
parent | 4787dbb15c1f8ef0a2825841055906bd576eb8e4 (diff) | |
download | evolution-d27d3f05cc60361e0e6f2ab197e457299314881e.tar.gz |
Missed
svn path=/trunk/; revision=24167
-rw-r--r-- | shell/Makefile.am | 6 |
1 files changed, 4 insertions, 2 deletions
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 |