mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-23 08:46:40 +00:00
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 changed files with 6 additions and 0 deletions
|
@ -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…
Reference in a new issue