summaryrefslogtreecommitdiffstats
path: root/mc
diff options
context:
space:
mode:
authorjsorg71 <jsorg71>2008-08-03 07:38:36 +0000
committerjsorg71 <jsorg71>2008-08-03 07:38:36 +0000
commitdae5aa5d508c8468b82ab29514e01b23bc072400 (patch)
tree0f1be521333acc4496589fed53f5edad5482c4d7 /mc
parentd703a49c9c6c45070f6c989c6f4e1aba42835221 (diff)
downloadxrdp-proprietary-dae5aa5d508c8468b82ab29514e01b23bc072400.tar.gz
xrdp-proprietary-dae5aa5d508c8468b82ab29514e01b23bc072400.zip
autotools
Diffstat (limited to 'mc')
-rw-r--r--mc/Makefile.am13
1 files changed, 13 insertions, 0 deletions
diff --git a/mc/Makefile.am b/mc/Makefile.am
new file mode 100644
index 00000000..7f5c23a7
--- /dev/null
+++ b/mc/Makefile.am
@@ -0,0 +1,13 @@
+INCLUDES = \
+ -I$(top_srcdir)/common
+
+lib_LTLIBRARIES = \
+ libmc.la
+
+libmc_la_SOURCES = mc.c
+
+libmc_la_LIBADD = \
+ $(top_srcdir)/common/libxrdp-common.a
+
+libmc_la_LDFLAGS = \
+ -version-info 5:0:5