mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-10-31 22:25:35 -04:00
Added depmod to distribution tarball
This commit is contained in:
parent
466ef0ee61
commit
881b400b10
2 changed files with 2 additions and 1 deletions
|
|
@ -1,5 +1,5 @@
|
||||||
SUBDIRS=doc include src aserver test utils
|
SUBDIRS=doc include src aserver test utils
|
||||||
EXTRA_DIST=ChangeLog INSTALL TODO configure cvscompile libtool version
|
EXTRA_DIST=ChangeLog INSTALL TODO configure cvscompile libtool depmod version
|
||||||
|
|
||||||
INCLUDES=-I$(top_srcdir)/include
|
INCLUDES=-I$(top_srcdir)/include
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -5,6 +5,7 @@ libtoolize --force --copy --automake
|
||||||
aclocal $ACLOCAL_FLAGS
|
aclocal $ACLOCAL_FLAGS
|
||||||
autoheader
|
autoheader
|
||||||
automake --foreign --copy --add-missing
|
automake --foreign --copy --add-missing
|
||||||
|
touch depmod # seems to be missing for old automake
|
||||||
autoconf
|
autoconf
|
||||||
export CFLAGS='-O2 -Wall -W -pipe -g'
|
export CFLAGS='-O2 -Wall -W -pipe -g'
|
||||||
echo "CFLAGS=$CFLAGS"
|
echo "CFLAGS=$CFLAGS"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue