autotools
This commit is contained in:
parent
d703a49c9c
commit
dae5aa5d50
13
mc/Makefile.am
Normal file
13
mc/Makefile.am
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user