mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-12-16 08:56:42 -05:00
Mainly tarbal distribution fixes...
This commit is contained in:
parent
741a333e90
commit
ffcff61ceb
3 changed files with 3 additions and 1 deletions
|
|
@ -1,4 +1,5 @@
|
||||||
SUBDIRS=doc include src test utils
|
SUBDIRS=doc include src test utils
|
||||||
|
EXTRA_DIST=ChangeLog INSTALL cvscompile
|
||||||
|
|
||||||
INCLUDES=-I$(top_srcdir)/include
|
INCLUDES=-I$(top_srcdir)/include
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
dnl Process this file with autoconf to produce a configure script.
|
dnl Process this file with autoconf to produce a configure script.
|
||||||
AC_INIT(src/control/control.c)
|
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")
|
AM_CONDITIONAL(INSTALL_M4, test "x${ACLOCAL}" = "xaclocal")
|
||||||
|
|
||||||
AC_PREFIX_DEFAULT(/usr)
|
AC_PREFIX_DEFAULT(/usr)
|
||||||
|
|
|
||||||
|
|
@ -2,6 +2,7 @@ if INSTALL_M4
|
||||||
aclocaldir=$(datadir)/aclocal
|
aclocaldir=$(datadir)/aclocal
|
||||||
aclocal_DATA=alsa.m4
|
aclocal_DATA=alsa.m4
|
||||||
endif
|
endif
|
||||||
|
EXTRA_DIST=alsa.m4 buildrpm
|
||||||
|
|
||||||
rpm: buildrpm alsa-lib.spec
|
rpm: buildrpm alsa-lib.spec
|
||||||
VERSION=$(VERSION) $(srcdir)/buildrpm
|
VERSION=$(VERSION) $(srcdir)/buildrpm
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue