mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-11-02 09:01:48 -05:00
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:
parent
a33c78ddd8
commit
787b0469e9
3 changed files with 8 additions and 6 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue