diff options
Diffstat (limited to 'gst-libs')
-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 = \ |