mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-10-29 05:40:25 -04:00
10 lines
201 B
Makefile
10 lines
201 B
Makefile
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
|
|
|
|
INCLUDES=-I$(top_srcdir)/include
|