From f6c63528fe62bc748f6a2e6d037ca4c3ef55fed4 Mon Sep 17 00:00:00 2001 From: David Schleef Date: Sun, 27 Jul 2003 05:32:03 +0000 Subject: Make mplex build dependent on USE_MPLEX Original commit message from CVS: Make mplex build dependent on USE_MPLEX --- gst-libs/ext/mplex/Makefile.am | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/gst-libs/ext/mplex/Makefile.am b/gst-libs/ext/mplex/Makefile.am index 71d8aeb77..db6856c92 100644 --- a/gst-libs/ext/mplex/Makefile.am +++ b/gst-libs/ext/mplex/Makefile.am @@ -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 = \ -- cgit v1.2.1