summaryrefslogtreecommitdiffstats
path: root/GNUmakefile
diff options
context:
space:
mode:
authorHannes Reinecke <hare@suse.de>2022-04-12 18:46:59 +0200
committerGerd Hoffmann <kraxel@redhat.com>2022-04-22 14:52:30 +0200
commit57254e76f49d5474a3d9eb6d7312bcf20ccff9ab (patch)
tree72c9cbc546aab967e4983e3f1a80ff1080fd07c4 /GNUmakefile
parent25345c01299a8a5b8e2ebfcfea638eee1b05fc8b (diff)
downloadamtterm-57254e76f49d5474a3d9eb6d7312bcf20ccff9ab.tar.gz
ider: fixup compilation
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/GNUmakefile b/GNUmakefile
index a021a17..1e1c3e9 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -75,7 +75,7 @@ distclean: clean
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
+gamt: gamt.o redir.o tcp.o parseconfig.o auth.o ssl.o ider.o
#################################################################