modules: common.am: remove trailing characters

This commit is contained in:
Alexandre Janniaux 2021-05-31 17:46:00 +02:00 committed by Jean-Baptiste Kempf
parent 20bc495f72
commit dd6fa61029

View File

@ -32,7 +32,7 @@ AM_LDFLAGS = \
-export-symbols-regex ^vlc_entry \
-shrext $(LIBEXT) \
-no-undefined \
$(top_builddir)/compat/libcompat.la $(LTLIBVLCCORE)
$(top_builddir)/compat/libcompat.la $(LTLIBVLCCORE)
if HAVE_WIN32
AM_LDFLAGS += $(top_builddir)/modules/module.rc.lo -Wc,-static
endif