Changeset af6036749949bc1932d2efe054ba7eb9772a8719

Show
Ignore:
Timestamp:
02/28/06 13:58:37 (2 years ago)
Author:
Rémi Denis-Courmont <rem@videolan.org>
git-committer:
Rémi Denis-Courmont <rem@videolan.org> 1141131517 +0000
git-parent:

[3e6aa513530fc81c4df84736ff983194e213a7dd]

git-author:
Rémi Denis-Courmont <rem@videolan.org> 1141131517 +0000
Message:

Use noinst_ rather than libvlc_ for builtins

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • bootstrap

    r7e7d587 raf60367  
    211211NULL = 
    212212libvlc_LTLIBRARIES = 
     213noinst_LTLIBRARIES = 
    213214EXTRA_DIST = Modules.am 
    214215BUILT_SOURCES = 
     
    276277clean-local: \$(clean_modules) 
    277278if USE_LIBTOOL 
    278     @if test -z "\$(libvlc_LTLIBRARIES)"; then \ 
     279    @if test -z "\$(libvlc_LTLIBRARIES)\$(noinst_LTLIBRARIES)"; then \ 
    279280      l=\$\$(\$(VLC_CONFIG) --list plugin); \ 
    280281      p=\`for mod in \$(mods); do case "\$\$l " in *\ \$\${mod}\ *) echo -n " lib\$\${mod}_plugin.la" ;; esac; done\` ; \ 
     
    282283      s=\`for mod in \$(mods); do case "\$\$l " in *\ \$\${mod}\ *) echo -n " lib\$\${mod}.la" ;; esac; done\` ; \ 
    283284      test -z "\$\$p\$\$s" || \ 
    284         \$(MAKE) \$(AM_MAKEFLAGS) libvlc_LTLIBRARIES="\$\$p\$\$s" clean ; \ 
     285        \$(MAKE) \$(AM_MAKEFLAGS) \ 
     286          libvlc_LTLIBRARIES="\$\$p" noinst_LTLIBRARIES="\$\$s" clean ; \ 
    285287    fi 
    286288endif 
     
    419421    -rpath '\$(libvlcdir)' -module -shrext \$(LIBEXT) 
    420422lib${mod}_plugin_la_LIBADD = \$(LTLIBVLC) 
     423lib${mod}_plugin_la_DEPENDENCIES = \$(LTLIBVLC) 
    421424 
    422425lib${mod}_pic_a_SOURCES = \$(SOURCES_${mod})