mirror of
https://gitee.com/openharmony/third_party_alsa-lib
synced 2024-11-23 07:30:32 +00:00
b669b50de2
- rename configure.in to configure.ac - replace INCLUDES with AM_CPPFLAGS - modernize AM_INIT_AUTOMAKE invocation Signed-off-by: Patrick Welche <prlw1@cam.ac.uk> Signed-off-by: Takashi Iwai <tiwai@suse.de>
9 lines
173 B
Makefile
9 lines
173 B
Makefile
noinst_PROGRAMS = alsalisp
|
|
|
|
alsalisp_SOURCES = alsalisp.c
|
|
alsalisp_LDADD = ../src/libasound.la
|
|
|
|
all: alsalisp
|
|
|
|
AM_CPPFLAGS=-I$(top_srcdir)/include -I$(top_srcdir)/src/alisp
|