]> git.sesse.net Git - vlc/commit
* ./bootstrap: we use the proper linker for plugin compilation.
authorSam Hocevar <sam@videolan.org>
Fri, 4 Oct 2002 13:13:54 +0000 (13:13 +0000)
committerSam Hocevar <sam@videolan.org>
Fri, 4 Oct 2002 13:13:54 +0000 (13:13 +0000)
commit2b0b78882c9015f35a69b70dfdb9f04597002182
tree9149c0edfc421ef250a6cd19980d5c2a3792c515
parent80b15699ead10f9b1aa4687cd22c1bdcc866eb6d
  * ./bootstrap: we use the proper linker for plugin compilation.
  * ./modules/misc/testsuite/*: moved the null module into three test modules
    that are only built when --enable-testsuite is activated. This directory
    can be a good place for compilation tests or performance benchmarks.
bootstrap
configure.ac.in
modules/Makefile.am
modules/misc/Modules.am
modules/misc/gtk_main.c
modules/misc/network/ipv6.c
modules/misc/testsuite/.cvsignore [new file with mode: 0644]
modules/misc/testsuite/Modules.am [new file with mode: 0644]
modules/misc/testsuite/test1.c [moved from modules/misc/null.c with 90% similarity]
modules/misc/testsuite/test2.cpp [new file with mode: 0644]
modules/misc/testsuite/test3.m [new file with mode: 0644]