mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-10-28 05:40:23 -04:00
- 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>
8 lines
173 B
Makefile
8 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
|