summaryrefslogtreecommitdiffstats
path: root/xrdp/Makefile
diff options
context:
space:
mode:
authorjsorg71 <jsorg71>2005-01-17 03:59:31 +0000
committerjsorg71 <jsorg71>2005-01-17 03:59:31 +0000
commit750f55b6effd969fef6c8caec1956240908da23f (patch)
tree8c9960b6983b76e7a247abdf3eece70a3b11fd1c /xrdp/Makefile
parentcf3e17cb73984b093ac8e3138a6e3d98171c5253 (diff)
downloadxrdp-proprietary-750f55b6effd969fef6c8caec1956240908da23f.tar.gz
xrdp-proprietary-750f55b6effd969fef6c8caec1956240908da23f.zip
added lib header and makefile
Diffstat (limited to 'xrdp/Makefile')
-rw-r--r--xrdp/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/xrdp/Makefile b/xrdp/Makefile
index 55f8d488..b37570cc 100644
--- a/xrdp/Makefile
+++ b/xrdp/Makefile
@@ -4,7 +4,8 @@ XRDPOBJ = ../common/os_calls.o \
xrdp_rdp.o xrdp_process.o xrdp_listen.o xrdp_orders.o \
xrdp_bitmap.o xrdp_wm.o xrdp_painter.o xrdp_list.o \
xrdp_region.o xrdp_cache.o xrdp_font.o funcs.o \
- xrdp_login_wnd.o xrdp_file.o xrdp_bitmap_compress.o
+ xrdp_login_wnd.o xrdp_file.o xrdp_bitmap_compress.o \
+ xrdp_interface.o
#CFLAGS = -Wall -O2 -I../common -DXRDP_DEBUG
CFLAGS = -Wall -O2 -I../common