From dae5aa5d508c8468b82ab29514e01b23bc072400 Mon Sep 17 00:00:00 2001 From: jsorg71 Date: Sun, 3 Aug 2008 07:38:36 +0000 Subject: [PATCH] autotools --- mc/Makefile.am | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 mc/Makefile.am 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