Allow separate build and source trees

From: Bernard Leak <bernard@brenda-arkle.demon.co.uk>

Allow separate build and source trees.

Modified for the latest CVS tree by tiwai.
This commit is contained in:
Takashi Iwai 2005-08-23 12:09:07 +00:00
parent a33c78ddd8
commit 787b0469e9
3 changed files with 8 additions and 6 deletions

View file

@ -3,7 +3,7 @@ EXTRA_DIST=Versions
COMPATNUM=@LIBTOOL_VERSION_INFO@
if VERSIONED_SYMBOLS
VSYMS = -Wl,--version-script=Versions
VSYMS = -Wl,--version-script=$(srcdir)/Versions
else
VSYMS =
endif