mirror of
https://github.com/alsa-project/alsa-tools.git
synced 2025-10-29 05:40:25 -04:00
Updated for new automake
This commit is contained in:
parent
568b204683
commit
dc8f7480b5
11 changed files with 17 additions and 10 deletions
|
|
@ -12,7 +12,7 @@ ac3dec_SOURCES = ac3dec.c output.c ac3spdif.c
|
|||
ac3dec_DEPENDENCIES = libac3/libac3.a
|
||||
|
||||
|
||||
EXTRA_DIST = README Changelog TODO plot_spectrum.m autogen.sh
|
||||
EXTRA_DIST = README Changelog TODO plot_spectrum.m autogen.sh depcomp
|
||||
|
||||
SUBDIRS = libac3 tools test .
|
||||
|
||||
|
|
|
|||
|
|
@ -2,7 +2,8 @@
|
|||
|
||||
aclocal $ACLOCAL_FLAGS
|
||||
autoheader
|
||||
automake --add-missing
|
||||
automake --add-missing --copy --foreign
|
||||
touch depcomp
|
||||
autoconf
|
||||
./configure $*
|
||||
make
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue