epiphany r8551 - trunk/tests
- From: diegoe svn gnome org
- To: svn-commits-list gnome org
- Subject: epiphany r8551 - trunk/tests
- Date: Mon, 29 Sep 2008 05:52:40 +0000 (UTC)
Author: diegoe
Date: Mon Sep 29 05:52:40 2008
New Revision: 8551
URL: http://svn.gnome.org/viewvc/epiphany?rev=8551&view=rev
Log:
Revert "Makefile fixes."
This reverts commit 58afaf81fbf64dfcb779ef2e7531afb4c11693e1.
Modified:
trunk/tests/Makefile.am
Modified: trunk/tests/Makefile.am
==============================================================================
--- trunk/tests/Makefile.am (original)
+++ trunk/tests/Makefile.am Mon Sep 29 05:52:40 2008
@@ -1,40 +1,26 @@
-NULL =
-
noinst_PROGRAMS = \
testephysearchentry \
- testephyiconentry \
- $(NULL)
-
-testephysearchentry_SOURCES = \
- testephysearchentry.c \
- $(NULL)
+ testephyiconentry
-testephysearchentry_CPPFLAGS = \
- -I$(top_srcdir)/lib/widgets \
- -I$(top_builddir)/lib/widgets \
- $(AM_CPPFLAGS)
+INCLUDES = \
+ -I$(top_builddir)/lib/widgets
-testephysearchentry_CFLAGS = \
+CFLAGS = \
$(DEPENDENCIES_CFLAGS) \
$(AM_CFLAGS)
+LDADD = \
+ $(DEPENDENCIES_LIBS)
+
+testephysearchentry_SOURCES = \
+ testephysearchentry.c
testephysearchentry_LDADD = \
$(top_builddir)/lib/widgets/libephywidgets.la \
- $(DEPENDENCIES_LIBS)
+ $(DEPENDENCIES_LIBS)
testephyiconentry_SOURCES = \
- testephyiconentry.c \
- $(NULL)
-
-testephyiconentry_CPPFLAGS = \
- -I$(top_srcdir)/lib/widgets \
- -I$(top_builddir)/lib/widgets \
- $(AM_CPPFLAGS)
-
-testephyiconentry_CFLAGS = \
- $(DEPENDENCIES_CFLAGS) \
- $(AM_CFLAGS)
-
+ testephyiconentry.c
testephyiconentry_LDADD = \
$(top_builddir)/lib/widgets/libephywidgets.la \
- $(DEPENDENCIES_LIBS)
+ $(DEPENDENCIES_LIBS)
+
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]