[vlc-devel] commit: libvlc depends on its exports list ( Rémi Denis-Courmont )

git version control git at videolan.org
Tue May 27 18:58:05 CEST 2008


vlc | branch: master | Rémi Denis-Courmont <rem at videolan.org> | Tue May 27 19:59:39 2008 +0300| [49fbd281fe8fd09e84b324b2971ff57396ca415f]

libvlc depends on its exports list

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=49fbd281fe8fd09e84b324b2971ff57396ca415f
---

 src/Makefile.am |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/src/Makefile.am b/src/Makefile.am
index d6d0ad6..58604c8 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -191,6 +191,7 @@ libvlc_la_CFLAGS = `$(VLC_CONFIG) --cflags libvlc` \
 libvlc_la_LDFLAGS = $(AM_LDFLAGS) \
 	-version-info 2:0:0 \
 	-export-symbols $(srcdir)/libvlc.sym
+libvlc_la_DEPENDENCIES = libvlc.sym
 
 EXTRA_libvlccore_la_SOURCES = \
 	$(SOURCES_libvlc_beos) \




More information about the vlc-devel mailing list