mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-10-29 05:40:25 -04:00
14 lines
347 B
Makefile
14 lines
347 B
Makefile
if INSTALL_M4
|
|
aclocaldir=$(datadir)/aclocal
|
|
aclocal_DATA=alsa.m4
|
|
endif
|
|
EXTRA_DIST=alsa.m4 buildrpm alsa.pc.in alsa-topology.pc.in
|
|
|
|
alsapkgconfdir = @ALSA_PKGCONF_DIR@
|
|
pkgconfigdir = $(alsapkgconfdir)
|
|
pkgconfig_DATA = alsa.pc alsa-topology.pc
|
|
|
|
rpm: buildrpm alsa-lib.spec
|
|
VERSION=$(VERSION) $(srcdir)/buildrpm
|
|
|
|
AM_CPPFLAGS=-I$(top_srcdir)/include
|