[epiphany/gnome-2-30] tests: fix wrong variable name in Makefile



commit 65482f1fa3d4039f1c5753787ff597f000268397
Author: Diego Escalante Urrelo <descalante igalia com>
Date:   Sat May 15 18:42:56 2010 -0500

    tests: fix wrong variable name in Makefile

 tests/Makefile.am |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 73badfc..79a87ad 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -26,16 +26,16 @@ LDADD = \
 
 if ENABLE_NSS
 CFLAGS += \
-    $(NSS_CFLAGS)
+	$(NSS_CFLAGS)
 LDADD += \
-    $(NSS_LIBS)
+	$(NSS_LIBS)
 endif
 
-if ENABLE_NSS
+if ENABLE_SEED
 CFLAGS += \
-    $(SEED_CFLAGS)
+	$(SEED_CFLAGS)
 LDADD += \
-    $(SEED_LIBS)
+	$(SEED_LIBS)
 endif
 
 testephyembedpersist_SOURCES = \



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]