summaryrefslogtreecommitdiffstats
path: root/rdp
diff options
context:
space:
mode:
authorjsorg71 <jsorg71>2005-12-10 01:32:04 +0000
committerjsorg71 <jsorg71>2005-12-10 01:32:04 +0000
commit7b9042fc36a46357e1092620a502d2d01ba0226d (patch)
treec18baa9663cf77fc7f415c774d916243106b8e87 /rdp
parentf29d4c3f634e9725c42e3cb0ebd1af933d01aed4 (diff)
downloadxrdp-proprietary-7b9042fc36a46357e1092620a502d2d01ba0226d.tar.gz
xrdp-proprietary-7b9042fc36a46357e1092620a502d2d01ba0226d.zip
os_call.o and ssl_calls.o check
Diffstat (limited to 'rdp')
-rw-r--r--rdp/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/rdp/Makefile b/rdp/Makefile
index b9f87ee7..1b0cb8d7 100644
--- a/rdp/Makefile
+++ b/rdp/Makefile
@@ -26,10 +26,10 @@ rdp: $(RDPOBJ)
clean:
rm -f $(RDPOBJ) librdp.so
-os_calls.o:
+os_calls.o: ../common/os_calls.c
$(CC) $(C_OS_FLAGS) ../common/os_calls.c
-ssl_calls.o:
+ssl_calls.o: ../common/ssl_calls.c
$(CC) $(C_OS_FLAGS) ../common/ssl_calls.c
install: