diff options
author | Xan Lopez <xan@src.gnome.org> | 2008-12-31 06:33:08 +0800 |
---|---|---|
committer | Xan Lopez <xan@src.gnome.org> | 2008-12-31 06:33:08 +0800 |
commit | ddb6a105bb5a0de256ed8fbe676673cd74b3a551 (patch) | |
tree | d5061ecfb4b094df02e3eb0a902c78d80785d451 /tests/Makefile.am | |
parent | 6191d0ea18b36b108d64edcae7652aa3ec805482 (diff) | |
download | gsoc2013-epiphany-ddb6a105bb5a0de256ed8fbe676673cd74b3a551.tar gsoc2013-epiphany-ddb6a105bb5a0de256ed8fbe676673cd74b3a551.tar.gz gsoc2013-epiphany-ddb6a105bb5a0de256ed8fbe676673cd74b3a551.tar.bz2 gsoc2013-epiphany-ddb6a105bb5a0de256ed8fbe676673cd74b3a551.tar.lz gsoc2013-epiphany-ddb6a105bb5a0de256ed8fbe676673cd74b3a551.tar.xz gsoc2013-epiphany-ddb6a105bb5a0de256ed8fbe676673cd74b3a551.tar.zst gsoc2013-epiphany-ddb6a105bb5a0de256ed8fbe676673cd74b3a551.zip |
Delete EphyIconEntry, it's unused.
svn path=/trunk/; revision=8655
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r-- | tests/Makefile.am | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am index ad2a9f949..7302f6e80 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -1,7 +1,6 @@ noinst_PROGRAMS = \ testephysearchentry \ testephylocationentry \ - testephyiconentry \ testephyzoomcontrol INCLUDES = \ @@ -21,12 +20,6 @@ testephysearchentry_LDADD = \ $(top_builddir)/lib/widgets/libephywidgets.la \ $(DEPENDENCIES_LIBS) -testephyiconentry_SOURCES = \ - testephyiconentry.c -testephyiconentry_LDADD = \ - $(top_builddir)/lib/widgets/libephywidgets.la \ - $(DEPENDENCIES_LIBS) - testephylocationentry_SOURCES = \ testephylocationentry.c testephylocationentry_LDADD = \ |