summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjsorg71 <jsorg71>2007-05-12 04:20:14 +0000
committerjsorg71 <jsorg71>2007-05-12 04:20:14 +0000
commit195c29895f5674f4845c6c3fdeaae72bac570a89 (patch)
tree60670dd29b495c6f450de73eb67f947d168a4fd6
parent31f3dbeec47213b214416ba3ef6919cb2529c432 (diff)
downloadxrdp-proprietary-195c29895f5674f4845c6c3fdeaae72bac570a89.tar.gz
xrdp-proprietary-195c29895f5674f4845c6c3fdeaae72bac570a89.zip
move sesman com to xrdp
-rw-r--r--vnc/Makefile7
-rw-r--r--xup/Makefile7
2 files changed, 0 insertions, 14 deletions
diff --git a/vnc/Makefile b/vnc/Makefile
index 7d620715..d3145bc0 100644
--- a/vnc/Makefile
+++ b/vnc/Makefile
@@ -35,10 +35,3 @@ install:
installdeb:
install libvnc.so $(DESTDIRDEB)/usr/lib/xrdp/libvnc.so
-
-#building libscp objects
-libscp_v0.o:
- $(CC) $(C_OS_FLAGS) ../sesman/libscp_v0.c
-
-tcp.o:
- $(CC) $(C_OS_FLAGS) -DLIBSCP_CLIENT ../sesman/tcp.c \ No newline at end of file
diff --git a/xup/Makefile b/xup/Makefile
index 5552bb6d..3bdf3bf5 100644
--- a/xup/Makefile
+++ b/xup/Makefile
@@ -33,10 +33,3 @@ install:
installdeb:
install libxup.so $(DESTDIRDEB)/usr/lib/xrdp/libxup.so
-
-#building libscp objects
-libscp_v0.o:
- $(CC) $(C_OS_FLAGS) ../sesman/libscp_v0.c
-
-tcp.o:
- $(CC) $(C_OS_FLAGS) -DLIBSCP_CLIENT ../sesman/tcp.c