From 881b400b10d78d5a29bfc433785593f798875f2f Mon Sep 17 00:00:00 2001 From: Jaroslav Kysela Date: Thu, 24 Oct 2002 11:56:52 +0000 Subject: [PATCH] Added depmod to distribution tarball --- Makefile.am | 2 +- cvscompile | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index f2d6d87f..03befeb9 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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 diff --git a/cvscompile b/cvscompile index b26caa1a..fb024f00 100644 --- a/cvscompile +++ b/cvscompile @@ -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" -- 2.47.1