[folks] Add missing backslash to EXTRA_DIST list



commit a8583cc08f948a328350088a62838e0e7493f191
Author: Raul Gutierrez Segales <raul gutierrez segales collabora co uk>
Date:   Tue Mar 29 23:37:57 2011 +0100

    Add missing backslash to EXTRA_DIST list

 tests/tools/Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/tests/tools/Makefile.am b/tests/tools/Makefile.am
index a4cc83e..b708087 100644
--- a/tests/tools/Makefile.am
+++ b/tests/tools/Makefile.am
@@ -1,6 +1,6 @@
 EXTRA_DIST = \
 	with-session-bus.sh \
-	dbus-session.sh
+	dbus-session.sh \
 	manager-file.py \
 	$(NULL)
 



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