diff options
author | Hannes Reinecke <hare@suse.de> | 2022-04-12 18:46:59 +0200 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2022-04-22 14:52:30 +0200 |
commit | 57254e76f49d5474a3d9eb6d7312bcf20ccff9ab (patch) | |
tree | 72c9cbc546aab967e4983e3f1a80ff1080fd07c4 /GNUmakefile | |
parent | 25345c01299a8a5b8e2ebfcfea638eee1b05fc8b (diff) | |
download | amtterm-57254e76f49d5474a3d9eb6d7312bcf20ccff9ab.tar.gz |
ider: fixup compilation
Diffstat (limited to 'GNUmakefile')
-rw-r--r-- | GNUmakefile | 2 |
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 ################################################################# |