summaryrefslogtreecommitdiffstats
path: root/common
diff options
context:
space:
mode:
Diffstat (limited to 'common')
-rw-r--r--common/Makefile.am15
1 files changed, 15 insertions, 0 deletions
diff --git a/common/Makefile.am b/common/Makefile.am
new file mode 100644
index 00000000..bdecbda4
--- /dev/null
+++ b/common/Makefile.am
@@ -0,0 +1,15 @@
+
+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