mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-10-29 05:40:25 -04:00
0.3.1; small fix for pack
This commit is contained in:
parent
6b71354390
commit
fd672765f4
3 changed files with 3 additions and 2 deletions
|
|
@ -8,6 +8,7 @@ rpm: dist
|
|||
|
||||
pack: clean-recursive
|
||||
rm -f config.log config.cache config.status
|
||||
rm -rf `find . -name ".deps"`
|
||||
chown -R root.root ../alsa-lib
|
||||
mv ../alsa-lib ../alsa-lib-$(SND_LIB_VERSION)
|
||||
tar --exclude=CVS -cvz -C .. -f ../alsa-lib-$(SND_LIB_VERSION).tar.gz alsa-lib-$(SND_LIB_VERSION)
|
||||
|
|
|
|||
|
|
@ -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.0)
|
||||
AM_INIT_AUTOMAKE(alsa-lib, 0.3.1)
|
||||
AM_CONDITIONAL(INSTALL_M4, test "x${ACLOCAL}" = "xaclocal")
|
||||
|
||||
AC_PREFIX_DEFAULT(/usr)
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@ libasound_la_SOURCES = error.c
|
|||
libasound_la_LIBADD = control/libcontrol.la mixer/libmixer.la pcm/libpcm.la \
|
||||
rawmidi/librawmidi.la timer/libtimer.la seq/libseq.la \
|
||||
instr/libinstr.la
|
||||
libasound_la_LDFLAGS = -version-info 3:0:3
|
||||
libasound_la_LDFLAGS = -version-info 3:1:3
|
||||
|
||||
control/libcontrol.la:
|
||||
$(MAKE) -C control libcontrol.la
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue