Move generated includes to their own directory to avoid conflicts.

Fixes #1051, mosh fails to build on case-insensitive filesystems.

XXX This isn't perfect because autoconf/automake drop several extra
files in the directory anyway.
This commit is contained in:
John Hood
2019-07-09 00:30:16 -04:00
parent 609fb91fbc
commit 12199114fe
4 changed files with 20 additions and 12 deletions
+1 -1
View File
@@ -1 +1 @@
SUBDIRS = protobufs util crypto terminal network statesync frontend examples tests
SUBDIRS = include protobufs util crypto terminal network statesync frontend examples tests