mirror of
https://github.com/alsa-project/alsa-utils
synced 2024-11-08 23:15:41 +01:00
Added depcomp
This commit is contained in:
parent
001d825aec
commit
f875ef4889
2 changed files with 2 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
INCLUDES=-I$(top_srcdir)/include
|
INCLUDES=-I$(top_srcdir)/include
|
||||||
SUBDIRS=include alsactl alsamixer amixer aplay seq utils
|
SUBDIRS=include alsactl alsamixer amixer aplay seq utils
|
||||||
EXTRA_DIST=ChangeLog INSTALL TODO README configure cvscompile
|
EXTRA_DIST=ChangeLog INSTALL TODO README configure cvscompile depcomp
|
||||||
|
|
||||||
rpm: dist
|
rpm: dist
|
||||||
$(MAKE) -C $@
|
$(MAKE) -C $@
|
||||||
|
|
|
@ -3,6 +3,7 @@
|
||||||
aclocal $ACLOCAL_FLAGS
|
aclocal $ACLOCAL_FLAGS
|
||||||
autoheader
|
autoheader
|
||||||
automake --foreign --copy --add-missing
|
automake --foreign --copy --add-missing
|
||||||
|
touch depcomp # for older automake
|
||||||
autoconf
|
autoconf
|
||||||
export CFLAGS='-O2 -Wall -pipe -g'
|
export CFLAGS='-O2 -Wall -pipe -g'
|
||||||
echo "CFLAGS=$CFLAGS"
|
echo "CFLAGS=$CFLAGS"
|
||||||
|
|
Loading…
Reference in a new issue