mirror of
https://github.com/alsa-project/alsa-utils
synced 2024-11-09 17:15:43 +01:00
551cc37fc6
Get rid of a warning about implicit declaration of exp10, which is
behind _GNU_SOURCE as a non-standard feature. The same problem was fixed
for alsamixer in commit 116488e5f2
.
Signed-off-by: Milton Vandersloot <miltonvandersloot@fake-box.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
11 lines
264 B
Makefile
11 lines
264 B
Makefile
AM_CFLAGS = -D_GNU_SOURCE
|
|
AM_CPPFLAGS = -I$(top_srcdir)/include
|
|
LDADD = -lm
|
|
# LDFLAGS = -static
|
|
# CFLAGS += -g -Wall
|
|
|
|
bin_PROGRAMS = amixer
|
|
amixer_SOURCES = amixer.c ../alsamixer/volume_mapping.c
|
|
noinst_HEADERS = amixer.h
|
|
man_MANS = amixer.1
|
|
EXTRA_DIST = amixer.1
|