]> git.sesse.net Git - vlc/commit
libvlccore: is a pure C library - don't use the C++ linker
authorRémi Denis-Courmont <rdenis@simphalempin.com>
Sun, 22 Jun 2008 16:46:48 +0000 (19:46 +0300)
committerRémi Denis-Courmont <rdenis@simphalempin.com>
Sun, 22 Jun 2008 16:46:58 +0000 (19:46 +0300)
commitffd957bd3130b792a11fc0422b9908ff5b46bf59
tree785f757edcaf97ddd6002b729822821f4954dc94
parent991ae089635d4b4c3882e9125369be2e7ead85af
libvlccore: is a pure C library - don't use the C++ linker

Saves linking against the C++ runtime,
and allows libtool to generate the symbols table properly.
src/Makefile.am