mirror of https://github.com/neutrinolabs/xrdp
file.c, os_calls.c, and ssl_calls.c make check
This commit is contained in:
parent
7b9042fc36
commit
23fcab67de
|
@ -36,12 +36,12 @@ clean:
|
|||
install:
|
||||
install libxrdp.so $(DESTDIR)/libxrdp.so
|
||||
|
||||
file.o:
|
||||
file.o: ../common/file.c
|
||||
$(CC) $(C_OS_FLAGS) ../common/file.c
|
||||
|
||||
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
|
||||
|
|
Loading…
Reference in New Issue