diff options
author | jsorg71 <jsorg71> | 2007-05-10 04:19:08 +0000 |
---|---|---|
committer | jsorg71 <jsorg71> | 2007-05-10 04:19:08 +0000 |
commit | 31f3dbeec47213b214416ba3ef6919cb2529c432 (patch) | |
tree | bd7b702a7bce662de3ea2f3f8a08468ade17cd2b /xup | |
parent | b97a2d263114d6ff74a3061b7511a39997382fe4 (diff) | |
download | xrdp-proprietary-31f3dbeec47213b214416ba3ef6919cb2529c432.tar.gz xrdp-proprietary-31f3dbeec47213b214416ba3ef6919cb2529c432.zip |
move sesman com to xrdp
Diffstat (limited to 'xup')
-rw-r--r-- | xup/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/xup/Makefile b/xup/Makefile index 0e427017..5552bb6d 100644 --- a/xup/Makefile +++ b/xup/Makefile @@ -1,7 +1,6 @@ # libxup makefile -LIBSCPOBJ = libscp_v0.o tcp.o -XUPOBJ = os_calls.o xup.o $(LIBSCPOBJ) +XUPOBJ = os_calls.o xup.o DESTDIR = /usr/local/xrdp CFGDIR = /etc/xrdp |