]> git.alsa-project.org Git - alsa-lib.git/commit
include: fix out-of-source-tree build
authorJaroslav Kysela <perex@perex.cz>
Tue, 25 May 2021 14:35:23 +0000 (16:35 +0200)
committerJaroslav Kysela <perex@perex.cz>
Tue, 25 May 2021 14:43:25 +0000 (16:43 +0200)
commitb0e99e4cfe1e0442941c9560e0ea131c67fd3776
treead3572408a18bbbabe0ded3487a1b3da3f498504
parent2c8e31f50906fb51bcd16336886dc1b77b1208c8
include: fix out-of-source-tree build

Fixes:

  cd alsa-lib
  if test -r Makefile; then
    make distclean
  fi
  mkdir build
  cd build
  ../configure
  make

Note:

  The srcdir is used for the symlinks to generated include files :-(
  I've not found a better (easy) way to fix this.

Fixes: https://github.com/alsa-project/alsa-lib/issues/136
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
include/Makefile.am