summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Schleef <ds@schleef.org>2003-07-27 05:32:03 +0000
committerDavid Schleef <ds@schleef.org>2003-07-27 05:32:03 +0000
commitf6c63528fe62bc748f6a2e6d037ca4c3ef55fed4 (patch)
tree8b3ec194a803710bc759a1f9173b4f49e02b5cc2
parent5bd05909410700a05cf0e14cfcee55efd012c3fe (diff)
downloadgstreamer-plugins-bad-f6c63528fe62bc748f6a2e6d037ca4c3ef55fed4.tar.gz
Make mplex build dependent on USE_MPLEX
Original commit message from CVS: Make mplex build dependent on USE_MPLEX
-rw-r--r--gst-libs/ext/mplex/Makefile.am6
1 files changed, 6 insertions, 0 deletions
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 = \