aboutsummaryrefslogtreecommitdiffstats
path: root/shell
diff options
context:
space:
mode:
authorJP Rosevear <jpr@src.gnome.org>2004-01-12 13:26:47 +0800
committerJP Rosevear <jpr@src.gnome.org>2004-01-12 13:26:47 +0800
commitd27d3f05cc60361e0e6f2ab197e457299314881e (patch)
tree7c902d298c71fe56a7e0fa5cf007e0f3583055b2 /shell
parent4787dbb15c1f8ef0a2825841055906bd576eb8e4 (diff)
downloadgsoc2013-evolution-d27d3f05cc60361e0e6f2ab197e457299314881e.tar
gsoc2013-evolution-d27d3f05cc60361e0e6f2ab197e457299314881e.tar.gz
gsoc2013-evolution-d27d3f05cc60361e0e6f2ab197e457299314881e.tar.bz2
gsoc2013-evolution-d27d3f05cc60361e0e6f2ab197e457299314881e.tar.lz
gsoc2013-evolution-d27d3f05cc60361e0e6f2ab197e457299314881e.tar.xz
gsoc2013-evolution-d27d3f05cc60361e0e6f2ab197e457299314881e.tar.zst
gsoc2013-evolution-d27d3f05cc60361e0e6f2ab197e457299314881e.zip
Missed
svn path=/trunk/; revision=24167
Diffstat (limited to 'shell')
-rw-r--r--shell/Makefile.am6
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