diff options
author | Hannes Reinecke <hare@suse.de> | 2022-04-11 11:02:49 +0200 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2022-04-22 14:52:30 +0200 |
commit | d9d6f3de9777d8263b593323586da994b3c69912 (patch) | |
tree | 4914eeaa4486c0496595023d5931820b1b2634e9 /GNUmakefile | |
parent | 0903fb38ea0b8fb42bb039be363dd80eb61a8957 (diff) | |
download | amtterm-d9d6f3de9777d8263b593323586da994b3c69912.tar.gz |
amtider: IDE-redirection client
Preliminary stub only.
Signed-off-by: Hannes Reinecke <hare@suse.de>
Diffstat (limited to 'GNUmakefile')
-rw-r--r-- | GNUmakefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/GNUmakefile b/GNUmakefile index fb5684b..b348505 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -20,7 +20,7 @@ CFLAGS += -Wall -Wno-pointer-sign CFLAGS += -DVERSION='"$(VERSION)"' CFLAGS += $(SSL_DEFS) -TARGETS := amtterm +TARGETS := amtterm amtider DESKTOP := $(wildcard *.desktop) all: build @@ -74,6 +74,7 @@ distclean: clean ################################################################# amtterm: amtterm.o redir.o tcp.o auth.o ssl.o +amtider: amtider.o redir.o tcp.o auth.o ssl.o gamt: gamt.o redir.o tcp.o parseconfig.o auth.o ssl.o ################################################################# |