os_calls.c and d3des.c make check
This commit is contained in:
parent
7e4f18f748
commit
0dffb65416
@ -23,10 +23,10 @@ vnc: $(VNCOBJ)
|
||||
clean:
|
||||
rm -f $(VNCOBJ) libvnc.so
|
||||
|
||||
os_calls.o:
|
||||
os_calls.o: ../common/os_calls.c
|
||||
$(CC) $(C_OS_FLAGS) ../common/os_calls.c
|
||||
|
||||
d3des.o:
|
||||
d3des.o: ../common/d3des.c
|
||||
$(CC) $(C_OS_FLAGS) ../common/d3des.c
|
||||
|
||||
install:
|
||||
|
Loading…
Reference in New Issue
Block a user