Make mplex build dependent on USE_MPLEX

Original commit message from CVS:
Make mplex build dependent on USE_MPLEX
This commit is contained in:
David Schleef 2003-07-27 05:32:03 +00:00
parent 5bd0590941
commit f6c63528fe

View file

@ -1,6 +1,12 @@
EXTRA_DIST = README INSTRUCT TODO
if USE_MPLEX
MPLEX_LIB = libmplex.la
else
MPLEX_LIB =
endif
noinst_LTLIBRARIES = libmplex.la
libmplex_la_SOURCES = \