rconn: Be pickier about what constitutes a successful connection.
[openvswitch] / boot.sh
diff --git a/boot.sh b/boot.sh
index 49e9f4ea566ff3267ca24259d190a65bb6f0f6d1..f616e7660ee772a1af6c2d1f35a66d435596def3 100755 (executable)
--- a/boot.sh
+++ b/boot.sh
@@ -1,3 +1,10 @@
 #!/bin/sh
+
+# Generate list of files in debian/ to distribute.
+(echo '# Automatically generated by boot.sh (from Git tree).' &&
+ echo 'EXTRA_DIST = \' &&
+ cd debian && git ls-files | grep -v '^\.gitignore$' | 
+ sed -e 's/\(.*\)/     \1 \\/' -e '$s/ \\//') > debian/Makefile.am
+
 # Bootstrap configure system from .ac/.am files
 autoreconf --install -I config --force