summaryrefslogtreecommitdiffstats
path: root/qarsh/Makefile
diff options
context:
space:
mode:
authorDean Jansa <djansa@redhat.com>2005-09-01 21:11:41 +0000
committerDean Jansa <djansa@redhat.com>2005-09-01 21:11:41 +0000
commitb3c4810fcd272e113797f6e2119b8102f53b8d58 (patch)
treeaa4061914f0fa2bf4fb6a9ebee7fe674e1deebd4 /qarsh/Makefile
parent4ac88fc3498eca53a4c419412cf18a8d102daa41 (diff)
downloadqarsh-b3c4810fcd272e113797f6e2119b8102f53b8d58.tar.gz
qarsh-b3c4810fcd272e113797f6e2119b8102f53b8d58.tar.xz
qarsh-b3c4810fcd272e113797f6e2119b8102f53b8d58.zip
Added qacp, the scp replacement using qarshd. Currently can only
transver files *to* the remote host. No recursive copies and the srcfile can not be a dir. These features are underway. New packet types were added and handlers for those packets in qarshd.
Diffstat (limited to 'qarsh/Makefile')
-rw-r--r--qarsh/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/qarsh/Makefile b/qarsh/Makefile
index 0402db7..a742e12 100644
--- a/qarsh/Makefile
+++ b/qarsh/Makefile
@@ -7,10 +7,11 @@ LOADLIBES := -lxml2
COMMON := qarsh_packet.c sockutil.c
-all: qarshd qarsh
+all: qarshd qarsh qacp
qarshd: qarshd.c $(COMMON)
qarsh: qarsh.c $(COMMON)
+qacp: qacp.c $(COMMON)
install: qarsh qarshd
@echo Installing qarsh daemon and client