mirror of
https://github.com/alsa-project/alsa-utils
synced 2024-12-22 12:36:32 +01:00
aseqnet - Add $(INTLLIBS) to Makefile.am
Add $(INTLLIBS) to LDADD for aseqnet to fix build errors on uclibc (and possibly others). Signed-off-by: Takashi Iwai <tiwai@suse.de>
This commit is contained in:
parent
e3dfc7470e
commit
2e3915d158
1 changed files with 1 additions and 0 deletions
|
@ -3,4 +3,5 @@ EXTRA_DIST = README.aseqnet aseqnet.1
|
|||
|
||||
bin_PROGRAMS = aseqnet
|
||||
aseqnet_SOURCES = aseqnet.c
|
||||
aseqnet_LDADD = $(INTLLIBS)
|
||||
man_MANS = aseqnet.1
|
||||
|
|
Loading…
Reference in a new issue