summaryrefslogtreecommitdiffstats
path: root/GNUmakefile
diff options
context:
space:
mode:
authorHannes Reinecke <hare@suse.de>2022-04-12 14:49:24 +0200
committerGerd Hoffmann <kraxel@redhat.com>2022-04-22 14:52:30 +0200
commitc5ab43449b440e63313e4cad5c6fbfb03f5397f6 (patch)
tree46f29d050d0dd2fe5474edf38cfabfbc1ccb6cc1 /GNUmakefile
parent7c8c91d808bbbfb4eab57a68fc73ccb32046b5f1 (diff)
downloadamtterm-c5ab43449b440e63313e4cad5c6fbfb03f5397f6.tar.gz
redir: split off IDE redirection commands
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/GNUmakefile b/GNUmakefile
index b348505..a021a17 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -73,8 +73,8 @@ distclean: clean
#################################################################
-amtterm: amtterm.o redir.o tcp.o auth.o ssl.o
-amtider: amtider.o redir.o tcp.o auth.o ssl.o
+amtterm: amtterm.o redir.o tcp.o auth.o ssl.o ider.o
+amtider: amtider.o redir.o tcp.o auth.o ssl.o ider.o
gamt: gamt.o redir.o tcp.o parseconfig.o auth.o ssl.o
#################################################################