This commit is contained in:
Rémi Denis-Courmont 2006-02-19 09:16:05 +00:00
parent 7a79cedebf
commit 486667b33d
1 changed files with 0 additions and 4 deletions

View File

@ -208,11 +208,7 @@ EXTRA_LIBRARIES = ${extra_libs}
include Modules.am
if BUILD_SHARED
if BUILD_PIC
LIBVLC = \$(top_builddir)/libvlc_pic\$(LIBEXT)
else
LIBVLC = \$(top_builddir)/libvlc\$(LIBEXT)
endif
if HAVE_WIN32
LIBADD = \$(LIBVLC)
endif