]> git.alsa-project.org Git - alsa-lib.git/commitdiff
Added depmod to distribution tarball
authorJaroslav Kysela <perex@perex.cz>
Thu, 24 Oct 2002 11:56:52 +0000 (11:56 +0000)
committerJaroslav Kysela <perex@perex.cz>
Thu, 24 Oct 2002 11:56:52 +0000 (11:56 +0000)
Makefile.am
cvscompile

index f2d6d87fde7fd8a4dfc708dab7d33577daf403d5..03befeb95d46cbc7ad9934273fa915c67a2f5ce9 100644 (file)
@@ -1,5 +1,5 @@
 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
 
index b26caa1a1565107bc8e5888ee43079df1d91bf68..fb024f0017cf5a81dc9da76a2ecddf65b329af62 100644 (file)
@@ -5,6 +5,7 @@ libtoolize --force --copy --automake
 aclocal $ACLOCAL_FLAGS
 autoheader
 automake --foreign --copy --add-missing
+touch depmod           # seems to be missing for old automake
 autoconf
 export CFLAGS='-O2 -Wall -W -pipe -g'
 echo "CFLAGS=$CFLAGS"