mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-10-29 05:40:25 -04:00
use AM_CFLAGS and AM_LDFLAGS for the recent automake.
This commit is contained in:
parent
d91948db49
commit
ebf1e77bb2
3 changed files with 3 additions and 3 deletions
|
|
@ -18,7 +18,7 @@ libasound_la_LIBADD = control/libcontrol.la \
|
|||
compat/libcompat.la alisp/libalisp.la -lm -ldl -lpthread
|
||||
|
||||
libasound_la_LDFLAGS = -version-info $(COMPATNUM)
|
||||
LDFLAGS = $(VSYMS)
|
||||
AM_LDFLAGS = $(VSYMS)
|
||||
|
||||
control/libcontrol.la:
|
||||
$(MAKE) -C control libcontrol.la
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
|
||||
CFLAGS = -g -O2 -W -Wall
|
||||
AM_CFLAGS = -g -O2 -W -Wall
|
||||
|
||||
pkglib_LTLIBRARIES = liblevel.la
|
||||
|
||||
|
|
|
|||
|
|
@ -16,6 +16,6 @@ queue_timer_LDADD=../src/libasound.la
|
|||
code_CFLAGS=-Wall -pipe -g -O2
|
||||
|
||||
INCLUDES=-I$(top_srcdir)/include
|
||||
CFLAGS=-static -Wall -pipe -g
|
||||
AM_CFLAGS=-static -Wall -pipe -g
|
||||
|
||||
EXTRA_DIST=seq-decoder.c seq-sender.c midifile.h midifile.c midifile.3
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue