epiphany r8439 - trunk/tests



Author: chpe
Date: Fri Aug 29 17:20:38 2008
New Revision: 8439
URL: http://svn.gnome.org/viewvc/epiphany?rev=8439&view=rev

Log:
Makefile fixes.


Modified:
   trunk/tests/Makefile.am

Modified: trunk/tests/Makefile.am
==============================================================================
--- trunk/tests/Makefile.am	(original)
+++ trunk/tests/Makefile.am	Fri Aug 29 17:20:38 2008
@@ -1,26 +1,40 @@
+NULL =
+
 noinst_PROGRAMS = \
 	testephysearchentry \
-	testephyiconentry
+	testephyiconentry \
+	$(NULL)
+
+testephysearchentry_SOURCES = \
+	testephysearchentry.c \
+	$(NULL)
 
-INCLUDES = \
-	-I$(top_builddir)/lib/widgets
+testephysearchentry_CPPFLAGS = \
+	-I$(top_srcdir)/lib/widgets \
+	-I$(top_builddir)/lib/widgets \
+	$(AM_CPPFLAGS)
 
-CFLAGS = \
+testephysearchentry_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
+	testephyiconentry.c \
+	$(NULL)
+
+testephyiconentry_CPPFLAGS = \
+	-I$(top_srcdir)/lib/widgets \
+	-I$(top_builddir)/lib/widgets \
+	$(AM_CPPFLAGS)
+
+testephyiconentry_CFLAGS = \
+	$(DEPENDENCIES_CFLAGS) \
+	$(AM_CFLAGS)
+
 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]