summaryrefslogtreecommitdiffstats
path: root/rdp
diff options
context:
space:
mode:
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: