summaryrefslogtreecommitdiffstats
path: root/common/Makefile.am
diff options
context:
space:
mode:
authorjsorg71 <jsorg71>2008-08-03 07:48:32 +0000
committerjsorg71 <jsorg71>2008-08-03 07:48:32 +0000
commitc5fceb31ece2af9cd9101007dc9c1750ae778ea7 (patch)
tree05df20814d970ad260cb0af00759a40b09e834e2 /common/Makefile.am
parentdae5aa5d508c8468b82ab29514e01b23bc072400 (diff)
downloadxrdp-proprietary-c5fceb31ece2af9cd9101007dc9c1750ae778ea7.tar.gz
xrdp-proprietary-c5fceb31ece2af9cd9101007dc9c1750ae778ea7.zip
autotools
Diffstat (limited to 'common/Makefile.am')
-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