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 | |
| parent | b97a2d263114d6ff74a3061b7511a39997382fe4 (diff) | |
| download | xrdp-proprietary-31f3dbeec47213b214416ba3ef6919cb2529c432.tar.gz xrdp-proprietary-31f3dbeec47213b214416ba3ef6919cb2529c432.zip | |
move sesman com to xrdp
| -rw-r--r-- | vnc/Makefile | 3 | ||||
| -rw-r--r-- | xup/Makefile | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/vnc/Makefile b/vnc/Makefile index a8b9c42a..7d620715 100644 --- a/vnc/Makefile +++ b/vnc/Makefile @@ -1,7 +1,6 @@ # libvnc makefile -LIBSCPOBJ = libscp_v0.o tcp.o -VNCOBJ = vnc.o os_calls.o d3des.o $(LIBSCPOBJ) +VNCOBJ = vnc.o os_calls.o d3des.o DESTDIR = /usr/local/xrdp CFGDIR = /etc/xrdp 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 |
