Merge pull request #239 from its-pointless/moshfront
[termux-packages] / packages / mosh / makefile.am.patch
1 --- ../mosh/src/frontend/Makefile.am 2016-04-08 10:26:08.000000000 +1000
2 +++ ./src/frontend/Makefile.am 2016-04-29 00:42:03.147468293 +1000
3 @@ -11,9 +11,14 @@
4 bin_PROGRAMS += mosh-client
5 endif
6
7 +if BUILD_CFRONT
8 + bin_PROGRAMS += mosh-cfront
9 +endif
10 +
11 if BUILD_SERVER
12 bin_PROGRAMS += mosh-server
13 endif
14
15 mosh_client_SOURCES = mosh-client.cc stmclient.cc stmclient.h terminaloverlay.cc terminaloverlay.h
16 mosh_server_SOURCES = mosh-server.cc
17 +mosh_cfront_SOURCES = mosh.cc pty.cc shittypty.h