mirror of
https://github.com/alsa-project/alsa-utils
synced 2024-11-08 20:15:42 +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
|
||||
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
|
||||
$(MAKE) -C $@
|
||||
|
|
|
@ -3,6 +3,7 @@
|
|||
aclocal $ACLOCAL_FLAGS
|
||||
autoheader
|
||||
automake --foreign --copy --add-missing
|
||||
touch depcomp # for older automake
|
||||
autoconf
|
||||
export CFLAGS='-O2 -Wall -pipe -g'
|
||||
echo "CFLAGS=$CFLAGS"
|
||||
|
|
Loading…
Reference in a new issue