diff options
author | Xan Lopez <xan@igalia.com> | 2011-12-15 04:45:43 +0800 |
---|---|---|
committer | Xan Lopez <xan@igalia.com> | 2011-12-15 04:45:43 +0800 |
commit | a9397985aaf2dd1f4279b7b355de0c14f628f814 (patch) | |
tree | 8803f41f991bb9862c51cc658c6924eeaa1658d2 /tests/Makefile.am | |
parent | f60cd7fc43d25855cafaab84e655e0f2b99c95ee (diff) | |
download | gsoc2013-epiphany-a9397985aaf2dd1f4279b7b355de0c14f628f814.tar gsoc2013-epiphany-a9397985aaf2dd1f4279b7b355de0c14f628f814.tar.gz gsoc2013-epiphany-a9397985aaf2dd1f4279b7b355de0c14f628f814.tar.bz2 gsoc2013-epiphany-a9397985aaf2dd1f4279b7b355de0c14f628f814.tar.lz gsoc2013-epiphany-a9397985aaf2dd1f4279b7b355de0c14f628f814.tar.xz gsoc2013-epiphany-a9397985aaf2dd1f4279b7b355de0c14f628f814.tar.zst gsoc2013-epiphany-a9397985aaf2dd1f4279b7b355de0c14f628f814.zip |
ephy-zoom-control: remove, there are no zoom toolbar items anymore
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r-- | tests/Makefile.am | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am index bb538d845..75fcb79f9 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -2,8 +2,7 @@ noinst_PROGRAMS = \ test-ephy-download \ test-ephy-embed-single \ test-ephy-location-entry \ - test-ephy-search-entry \ - test-ephy-zoom-control + test-ephy-search-entry INCLUDES = \ -I$(top_srcdir)/embed \ @@ -44,6 +43,3 @@ test_ephy_location_entry_SOURCES = \ test_ephy_search_entry_SOURCES = \ ephy-search-entry.c - -test_ephy_zoom_control_SOURCES = \ - ephy-zoom-control.c |