mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-11-10 13:30:01 -05:00
autotools: update style
- 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>
This commit is contained in:
parent
7a6e8ca348
commit
b669b50de2
19 changed files with 22 additions and 21 deletions
|
|
@ -87,4 +87,4 @@ instr/libinstr.la:
|
|||
alisp/libalisp.la:
|
||||
$(MAKE) -C alisp libalisp.la
|
||||
|
||||
INCLUDES=-I$(top_srcdir)/include
|
||||
AM_CPPFLAGS=-I$(top_srcdir)/include
|
||||
|
|
|
|||
|
|
@ -8,4 +8,4 @@ noinst_HEADERS = alisp_local.h
|
|||
|
||||
all: libalisp.la
|
||||
|
||||
INCLUDES=-I$(top_srcdir)/include
|
||||
AM_CPPFLAGS=-I$(top_srcdir)/include
|
||||
|
|
|
|||
|
|
@ -15,4 +15,4 @@ noinst_HEADERS = control_local.h
|
|||
all: libcontrol.la
|
||||
|
||||
|
||||
INCLUDES=-I$(top_srcdir)/include
|
||||
AM_CPPFLAGS=-I$(top_srcdir)/include
|
||||
|
|
|
|||
|
|
@ -5,4 +5,4 @@ noinst_HEADERS = hwdep_local.h
|
|||
all: libhwdep.la
|
||||
|
||||
|
||||
INCLUDES=-I$(top_srcdir)/include
|
||||
AM_CPPFLAGS=-I$(top_srcdir)/include
|
||||
|
|
|
|||
|
|
@ -11,4 +11,4 @@ noinst_HEADERS = mixer_local.h mixer_simple.h
|
|||
all: libmixer.la
|
||||
|
||||
|
||||
INCLUDES=-I$(top_srcdir)/include
|
||||
AM_CPPFLAGS=-I$(top_srcdir)/include
|
||||
|
|
|
|||
|
|
@ -114,4 +114,4 @@ alsadir = $(datadir)/alsa
|
|||
|
||||
all: libpcm.la
|
||||
|
||||
INCLUDES=-I$(top_srcdir)/include
|
||||
AM_CPPFLAGS=-I$(top_srcdir)/include
|
||||
|
|
|
|||
|
|
@ -9,4 +9,4 @@ noinst_HEADERS = rawmidi_local.h
|
|||
all: librawmidi.la
|
||||
|
||||
|
||||
INCLUDES=-I$(top_srcdir)/include
|
||||
AM_CPPFLAGS=-I$(top_srcdir)/include
|
||||
|
|
|
|||
|
|
@ -10,4 +10,4 @@ noinst_HEADERS = seq_local.h
|
|||
all: libseq.la
|
||||
|
||||
|
||||
INCLUDES=-I$(top_srcdir)/include
|
||||
AM_CPPFLAGS=-I$(top_srcdir)/include
|
||||
|
|
|
|||
|
|
@ -6,4 +6,4 @@ noinst_HEADERS = timer_local.h
|
|||
all: libtimer.la
|
||||
|
||||
|
||||
INCLUDES=-I$(top_srcdir)/include
|
||||
AM_CPPFLAGS=-I$(top_srcdir)/include
|
||||
|
|
|
|||
|
|
@ -7,4 +7,4 @@ noinst_HEADERS = ucm_local.h
|
|||
all: libucm.la
|
||||
|
||||
|
||||
INCLUDES=-I$(top_srcdir)/include
|
||||
AM_CPPFLAGS=-I$(top_srcdir)/include
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue