termux-packages/packages/mosh/makefile.am.patch

18 lines
501 B
Diff
Raw Normal View History

2016-04-28 16:50:27 +02:00
--- ../mosh/src/frontend/Makefile.am 2016-04-08 10:26:08.000000000 +1000
+++ ./src/frontend/Makefile.am 2016-04-29 00:42:03.147468293 +1000
@@ -11,9 +11,14 @@
bin_PROGRAMS += mosh-client
endif
+if BUILD_CFRONT
+ bin_PROGRAMS += mosh-cfront
+endif
+
if BUILD_SERVER
bin_PROGRAMS += mosh-server
endif
mosh_client_SOURCES = mosh-client.cc stmclient.cc stmclient.h terminaloverlay.cc terminaloverlay.h
mosh_server_SOURCES = mosh-server.cc
+mosh_cfront_SOURCES = mosh.cc pty.cc shittypty.h