diff options
author | Matthew Barnes <mbarnes@src.gnome.org> | 2008-08-14 11:51:16 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@src.gnome.org> | 2008-08-14 11:51:16 +0800 |
commit | cca29c3424aede2bb3c9ec5a6d255ce490d3511b (patch) | |
tree | 7fd4bce6f45b46ce4d925e446c9741327f47fab5 /shell/test/Makefile.am | |
parent | 4fe52955d1583e6895bf85cf62b08102d0923962 (diff) | |
download | gsoc2013-evolution-cca29c3424aede2bb3c9ec5a6d255ce490d3511b.tar.gz gsoc2013-evolution-cca29c3424aede2bb3c9ec5a6d255ce490d3511b.tar.zst gsoc2013-evolution-cca29c3424aede2bb3c9ec5a6d255ce490d3511b.zip |
Demonstrate displaying the test shell view.
Also get the "Switcher Appearance" menu working... mostly. Still need to
respond to GtkSettings notifications and make the preference persistent.
svn path=/branches/kill-bonobo/; revision=35985
Diffstat (limited to 'shell/test/Makefile.am')
-rw-r--r-- | shell/test/Makefile.am | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/shell/test/Makefile.am b/shell/test/Makefile.am index f667ee42fe..e355da60c8 100644 --- a/shell/test/Makefile.am +++ b/shell/test/Makefile.am @@ -8,7 +8,9 @@ INCLUDES = \ $(EVOLUTION_TEST_CFLAGS) libevolution_test_la_SOURCES = \ - evolution-test-module.c + e-test-shell-module.c \ + e-test-shell-view.c \ + e-test-shell-view.h libevolution_test_la_LIBADD = \ $(top_builddir)/shell/libeshell.la \ |