diff options
Diffstat (limited to 'GNUmakefile')
-rw-r--r-- | GNUmakefile | 4 |
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 ################################################################# |