]> git.sesse.net Git - vlc/blobdiff - modules/common.am
SVCD: remove the useless debug option and associated text
[vlc] / modules / common.am
index 2e617cecffd1096b826c0de933e434c8c0a03d02..fc29eae530b07d4118874563e50446167db988b9 100644 (file)
@@ -6,7 +6,6 @@
 # Authors: Sam Hocevar <sam@zoy.org>
 
 NULL =
-SUFFIXES =
 libvlcdir = $(vlclibdir)/plugins/$(basedir)
 EXTRA_DIST = Modules.am
 BUILT_SOURCES =
@@ -14,12 +13,13 @@ CLEANFILES = $(BUILT_SOURCES)
 
 LTLIBVLCCORE = $(top_builddir)/src/libvlccore.la
 
+AM_CPPFLAGS = -D__PLUGIN__
 AM_CFLAGS = `$(VLC_CONFIG) --cflags plugin $@`
 AM_CXXFLAGS = `$(VLC_CONFIG) --cxxflags plugin $@`
 AM_OBJCFLAGS = `$(VLC_CONFIG) --objcflags plugin $@`
 AM_LDFLAGS = -rpath '$(libvlcdir)' \
        -avoid-version -module \
-       -export-symbol-regex ^vlc_entry \
+       -export-symbols-regex ^vlc_entry \
        -shrext $(LIBEXT) \
        -rpath "$(libvlcdir)" \
        -no-undefined \