diff options
author | David Schleef <ds@schleef.org> | 2003-07-27 05:32:03 +0000 |
---|---|---|
committer | David Schleef <ds@schleef.org> | 2003-07-27 05:32:03 +0000 |
commit | bd2035d858e602f46d5da005e5f9bf7982827b17 (patch) | |
tree | eb71cd1cd3340363706775d751e5db2b94a8f9d1 | |
parent | 67c9972ccfaaf0fe6fb6bcbd316585b19f04fa75 (diff) |
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.am | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gst-libs/ext/mplex/Makefile.am b/gst-libs/ext/mplex/Makefile.am index 71d8aeb7..db6856c9 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 = \ |