Files
mosh/man/Makefile.am
T
Keegan McAllister 139bcbf9ae configure.ac: Add --enable-{client,server,examples}
These default respectively to yes, yes, no.
2012-03-17 05:36:42 -04:00

10 lines
135 B
Makefile

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