From: ShaoHe Feng <
sha...@linux.vnet.ibm.com>
files in dist list should be concatenated by back-slant.
Signed-off-by: ShaoHe Feng <
sha...@linux.vnet.ibm.com>
---
plugins/sample/Makefile.am | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/plugins/sample/Makefile.am b/plugins/sample/Makefile.am
index 30de75a..0cb5723 100644
--- a/plugins/sample/Makefile.am
+++ b/plugins/sample/Makefile.am
@@ -23,7 +23,7 @@
SUBDIRS = ui
EXTRA_DIST = \
- __init__.py
- API.json
- model.py
+ __init__.py \
+ API.json \
+ model.py \
sample.conf
--
1.7.11.7