aboutsummaryrefslogtreecommitdiffstats
path: root/shell
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@src.gnome.org>2007-09-13 01:49:38 +0800
committerMatthew Barnes <mbarnes@src.gnome.org>2007-09-13 01:49:38 +0800
commit84249c4cc0ccdbdf4e970fd02e83c0f92d7c5bc3 (patch)
tree12be1c0939aaa279a1a9de1e6d954e8167c9acfc /shell
parente2662310c449b0014faa659340703fc0f630c77d (diff)
downloadgsoc2013-evolution-84249c4cc0ccdbdf4e970fd02e83c0f92d7c5bc3.tar
gsoc2013-evolution-84249c4cc0ccdbdf4e970fd02e83c0f92d7c5bc3.tar.gz
gsoc2013-evolution-84249c4cc0ccdbdf4e970fd02e83c0f92d7c5bc3.tar.bz2
gsoc2013-evolution-84249c4cc0ccdbdf4e970fd02e83c0f92d7c5bc3.tar.lz
gsoc2013-evolution-84249c4cc0ccdbdf4e970fd02e83c0f92d7c5bc3.tar.xz
gsoc2013-evolution-84249c4cc0ccdbdf4e970fd02e83c0f92d7c5bc3.tar.zst
gsoc2013-evolution-84249c4cc0ccdbdf4e970fd02e83c0f92d7c5bc3.zip
Fix a build break I caused.
svn path=/trunk/; revision=34242
Diffstat (limited to 'shell')
-rw-r--r--shell/test/Makefile.am35
1 files changed, 35 insertions, 0 deletions
diff --git a/shell/test/Makefile.am b/shell/test/Makefile.am
new file mode 100644
index 0000000000..266685064c
--- /dev/null
+++ b/shell/test/Makefile.am
@@ -0,0 +1,35 @@
+component_LTLIBRARIES = libevolution-test.la
+
+INCLUDES = \
+ -I$(top_srcdir)/shell \
+ -I$(top_srcdir)/widgets/misc \
+ -I$(top_builddir)/shell \
+ -DG_LOG_DOMAIN=\"evolution-test\" \
+ $(EVOLUTION_TEST_CFLAGS)
+
+libevolution_test_la_SOURCES = \
+ evolution-test-component.c \
+ evolution-test-component.h
+
+libevolution_test_la_LIBADD = \
+ $(top_builddir)/shell/libeshell.la \
+ $(EVOLUTION_TEST_LIBS)
+
+libevolution_test_la_LDFLAGS = \
+ -avoid-version -module $(NO_UNDEFINED)
+
+testserver_in_files = GNOME_Evolution_Test.server.in.in
+testserver_DATA = $(testserver_in_files:.server.in.in=.server)
+testserverdir = $(serverdir)
+@EVO_SERVER_RULE@
+@INTLTOOL_SERVER_RULE@
+
+BUILT_SOURCES = $(testserver_DATA)
+CLEANFILES = $(BUILT_SOURCES)
+
+EXTRA_DIST = \
+ $(testserver_in_files) \
+ GNOME_Evolution_Test.server.in.in
+
+dist-hook:
+ cd $(distdir); rm -f $(BUILD_SOURCES)