diff options
author | jsorg71 <jsorg71> | 2005-12-10 01:32:04 +0000 |
---|---|---|
committer | jsorg71 <jsorg71> | 2005-12-10 01:32:04 +0000 |
commit | 7b9042fc36a46357e1092620a502d2d01ba0226d (patch) | |
tree | c18baa9663cf77fc7f415c774d916243106b8e87 /rdp | |
parent | f29d4c3f634e9725c42e3cb0ebd1af933d01aed4 (diff) | |
download | xrdp-proprietary-7b9042fc36a46357e1092620a502d2d01ba0226d.tar.gz xrdp-proprietary-7b9042fc36a46357e1092620a502d2d01ba0226d.zip |
os_call.o and ssl_calls.o check
Diffstat (limited to 'rdp')
-rw-r--r-- | rdp/Makefile | 4 |
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: |