From c5fceb31ece2af9cd9101007dc9c1750ae778ea7 Mon Sep 17 00:00:00 2001 From: jsorg71 Date: Sun, 3 Aug 2008 07:48:32 +0000 Subject: autotools --- common/Makefile.am | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 common/Makefile.am (limited to 'common/Makefile.am') 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 -- cgit v1.2.1