[folks] tests: Fix missing backslash in EDS tests Makefile.am



commit 92e545c90560a843bdf50b4512860bfc396939a0
Author: Renato Araujo Oliveira Filho <renatox gmail com>
Date:   Mon Oct 28 09:30:47 2013 +0000

    tests: Fix missing backslash in EDS tests Makefile.am

 tests/eds/Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/tests/eds/Makefile.am b/tests/eds/Makefile.am
index 5f3f590..06fcea2 100644
--- a/tests/eds/Makefile.am
+++ b/tests/eds/Makefile.am
@@ -26,7 +26,7 @@ AM_CPPFLAGS = \
 LDADD = \
        $(top_builddir)/tests/lib/eds/libeds-test.la \
        $(top_builddir)/tests/lib/libfolks-test.la \
-       $(top_builddir)/backends/eds/lib/libfolks-eds.la
+       $(top_builddir)/backends/eds/lib/libfolks-eds.la \
        $(top_builddir)/folks/libfolks.la \
        $(GLIB_LIBS) \
        $(GEE_LIBS) \


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