mirror of
https://github.com/alsa-project/alsa-utils
synced 2024-11-10 08:15:43 +01:00
2e3915d158
Add $(INTLLIBS) to LDADD for aseqnet to fix build errors on uclibc (and possibly others). Signed-off-by: Takashi Iwai <tiwai@suse.de>
7 lines
174 B
Makefile
7 lines
174 B
Makefile
INCLUDES = -I$(top_srcdir)/include
|
|
EXTRA_DIST = README.aseqnet aseqnet.1
|
|
|
|
bin_PROGRAMS = aseqnet
|
|
aseqnet_SOURCES = aseqnet.c
|
|
aseqnet_LDADD = $(INTLLIBS)
|
|
man_MANS = aseqnet.1
|