[folks] build: Add a missing backslash in a file list



commit 8db58cfc01436ffdcf7ca0b338d645299b1fcc66
Author: Philip Withnall <philip withnall collabora co uk>
Date:   Thu Jan 22 16:29:14 2015 +0000

    build: Add a missing backslash in a file list
    
    It was at the end of the list, so this doesn’t actually change anything.
    Just fixes an automake warning.

 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 fcafa97..ade1480 100644
--- a/tests/eds/Makefile.am
+++ b/tests/eds/Makefile.am
@@ -227,7 +227,7 @@ perf_SOURCES = \
        $(NULL)
 
 extended_info_SOURCES = \
-       extended-info.vala
+       extended-info.vala \
        $(NULL)
 
 helper_create_many_contacts_SOURCES = \


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