You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
185 B
Makefile
16 lines
185 B
Makefile
17 years ago
|
|
||
|
INCLUDES = \
|
||
|
-fPIC
|
||
|
|
||
|
noinst_LIBRARIES = \
|
||
|
libxrdp-common.a
|
||
|
|
||
|
libxrdp_common_a_SOURCES = \
|
||
|
d3des.c \
|
||
|
file.c \
|
||
|
list.c \
|
||
|
log.c \
|
||
|
os_calls.c \
|
||
|
ssl_calls.c \
|
||
|
thread_calls.c
|