]> git.sesse.net Git - vlc/blobdiff - modules/common.am
Start moving replacement functions to a static import library
[vlc] / modules / common.am
index caa56590622b3a28647d73703a9bcf8cac7c8e20..7fbf430c520f08ebbbcec625ba6b83fdd85ca783 100644 (file)
@@ -23,7 +23,8 @@ AM_LDFLAGS = -rpath '$(libvlcdir)' \
        -shrext $(LIBEXT) \
        -no-undefined \
         `$(VLC_CONFIG) --ldflags plugin $@`
-AM_LIBADD = `$(VLC_CONFIG) -libs plugin $@` $(LTLIBVLCCORE)
+AM_LIBADD = `$(VLC_CONFIG) -libs plugin $@` \
+       $(LTLIBVLCCORE) $(top_builddir)/compat/libcompat.la
 
 include $(srcdir)/Modules.am