mirror of
https://gitee.com/openharmony/third_party_alsa-lib
synced 2024-11-27 01:31:08 +00:00
75d393a563
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
15 lines
327 B
Makefile
15 lines
327 B
Makefile
if INSTALL_M4
|
|
aclocaldir=$(datadir)/aclocal
|
|
aclocal_DATA=alsa.m4
|
|
endif
|
|
EXTRA_DIST=alsa.m4 buildrpm alsa.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
|