From 9ee872c28e02711f162d5f40f6e0ebeaffe52e48 Mon Sep 17 00:00:00 2001 From: Diego Escalante Urrelo Date: Mon, 4 Aug 2008 13:31:06 +0000 Subject: Add testephyiconentry.c to tests/ Part of #544642. svn path=/trunk/; revision=8385 --- tests/Makefile.am | 22 +++++++++++++++------- 1 file changed, 15 insertions(+), 7 deletions(-) (limited to 'tests/Makefile.am') diff --git a/tests/Makefile.am b/tests/Makefile.am index 20d6a6f20..809121483 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -1,11 +1,6 @@ noinst_PROGRAMS = \ - testephysearchentry - -testephysearchentry_SOURCES = \ - testephysearchentry.c -testephysearchentry_LDADD = \ - $(top_builddir)/lib/widgets/libephywidgets.la \ - $(DEPENDENCIES_LIBS) + testephysearchentry \ + testephyiconentry INCLUDES = \ -I$(top_builddir)/lib/widgets @@ -16,3 +11,16 @@ CFLAGS = \ LDADD = \ $(DEPENDENCIES_LIBS) + +testephysearchentry_SOURCES = \ + testephysearchentry.c +testephysearchentry_LDADD = \ + $(top_builddir)/lib/widgets/libephywidgets.la \ + $(DEPENDENCIES_LIBS) + +testephyiconentry_SOURCES = \ + testephyiconentry.c +testephyiconentry_LDADD = \ + $(top_builddir)/lib/widgets/libephywidgets.la \ + $(DEPENDENCIES_LIBS) + -- cgit v1.2.3