configure.ac: Add --enable-{client,server,examples}
These default respectively to yes, yes, no.
This commit is contained in:
+9
-1
@@ -1 +1,9 @@
|
||||
dist_man_MANS = mosh.1 mosh-client.1 mosh-server.1
|
||||
dist_man_MANS =
|
||||
|
||||
if BUILD_CLIENT
|
||||
dist_man_MANS += mosh.1 mosh-client.1
|
||||
endif
|
||||
|
||||
if BUILD_SERVER
|
||||
dist_man_MANS += mosh-server.1
|
||||
endif
|
||||
|
||||
Reference in New Issue
Block a user