From ffcff61ceb5a2d242da8b69a0e4f6b98a84acd7c Mon Sep 17 00:00:00 2001 From: Jaroslav Kysela Date: Wed, 30 Dec 1998 17:11:51 +0000 Subject: [PATCH] Mainly tarbal distribution fixes... --- Makefile.am | 1 + configure.in | 2 +- utils/Makefile.am | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index c9d3f8ca..493bb1c3 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,4 +1,5 @@ SUBDIRS=doc include src test utils +EXTRA_DIST=ChangeLog INSTALL cvscompile INCLUDES=-I$(top_srcdir)/include diff --git a/configure.in b/configure.in index 26d58f32..beb0ea0e 100644 --- a/configure.in +++ b/configure.in @@ -1,6 +1,6 @@ dnl Process this file with autoconf to produce a configure script. AC_INIT(src/control/control.c) -AM_INIT_AUTOMAKE(alsa-lib, 0.3.0pre1) +AM_INIT_AUTOMAKE(alsa-lib, 0.3.0pre2) AM_CONDITIONAL(INSTALL_M4, test "x${ACLOCAL}" = "xaclocal") AC_PREFIX_DEFAULT(/usr) diff --git a/utils/Makefile.am b/utils/Makefile.am index 998f43c1..9117b095 100644 --- a/utils/Makefile.am +++ b/utils/Makefile.am @@ -2,6 +2,7 @@ if INSTALL_M4 aclocaldir=$(datadir)/aclocal aclocal_DATA=alsa.m4 endif +EXTRA_DIST=alsa.m4 buildrpm rpm: buildrpm alsa-lib.spec VERSION=$(VERSION) $(srcdir)/buildrpm -- 2.47.1