diff options
author | jsorg71 <jsorg71> | 2006-12-30 05:04:13 +0000 |
---|---|---|
committer | jsorg71 <jsorg71> | 2006-12-30 05:04:13 +0000 |
commit | 4b3b83044a29e89d958c3bf0ea2660b978e3c027 (patch) | |
tree | 0bbc878fef02fd1a4192eb45a9c032984f196253 /libxrdp/Makefile | |
parent | 0dc679e2dc3ddf71735585cf53c4b717ab5b11a9 (diff) | |
download | xrdp-proprietary-4b3b83044a29e89d958c3bf0ea2660b978e3c027.tar.gz xrdp-proprietary-4b3b83044a29e89d958c3bf0ea2660b978e3c027.zip |
more work on channel support
Diffstat (limited to 'libxrdp/Makefile')
-rw-r--r-- | libxrdp/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libxrdp/Makefile b/libxrdp/Makefile index 4ee8b83a..65d3cf71 100644 --- a/libxrdp/Makefile +++ b/libxrdp/Makefile @@ -1,7 +1,7 @@ # libxrdp makefile LIBXRDPOBJ = libxrdp.o xrdp_tcp.o xrdp_iso.o xrdp_mcs.o \ xrdp_sec.o xrdp_rdp.o xrdp_orders.o \ - xrdp_bitmap_compress.o \ + xrdp_bitmap_compress.o xrdp_channel.o \ os_calls.o ssl_calls.o file.o DESTDIR = /usr/local/xrdp |