Make mplex build dependent on USE_MPLEX
Original commit message from CVS: Make mplex build dependent on USE_MPLEX
This commit is contained in:
parent
67c9972ccf
commit
bd2035d858
@ -1,6 +1,12 @@
|
|||||||
|
|
||||||
EXTRA_DIST = README INSTRUCT TODO
|
EXTRA_DIST = README INSTRUCT TODO
|
||||||
|
|
||||||
|
if USE_MPLEX
|
||||||
|
MPLEX_LIB = libmplex.la
|
||||||
|
else
|
||||||
|
MPLEX_LIB =
|
||||||
|
endif
|
||||||
|
|
||||||
noinst_LTLIBRARIES = libmplex.la
|
noinst_LTLIBRARIES = libmplex.la
|
||||||
|
|
||||||
libmplex_la_SOURCES = \
|
libmplex_la_SOURCES = \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user