diff options
Diffstat (limited to 'ext/dvdread/Makefile.am')
-rw-r--r-- | ext/dvdread/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/dvdread/Makefile.am b/ext/dvdread/Makefile.am index d5c9bac0..30b4ba35 100644 --- a/ext/dvdread/Makefile.am +++ b/ext/dvdread/Makefile.am @@ -5,7 +5,7 @@ libgstdvdread_la_CFLAGS = $(GST_BASE_CFLAGS) $(GST_CFLAGS) $(DVDREAD_CFLAGS) libgstdvdread_la_LIBADD = $(GST_BASE_LIBS) $(GST_LIBS) \ $(GMODULE_NO_EXPORT_LIBS) $(DVDREAD_LIBS) libgstdvdread_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) -libgstdvdread_la_LIBTOOLFLAGS = --tag=disable-static +libgstdvdread_la_LIBTOOLFLAGS = $(GST_PLUGIN_LIBTOOLFLAGS) noinst_HEADERS = dvdreadsrc.h |