diff options
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 = \ |