mirror of
https://github.com/alsa-project/alsa-tools.git
synced 2025-11-02 09:01:48 -05:00
Fix handling of $CFLAGS and $LIBS
Removes ALSA_CFLAGS and ALSA_LIBS in configure.in, they are added to CFLAGS and LDADD in src/Makefile.am already. Signed-off-by: Mikael Magnusson <mikma@users.sourceforge.net>
This commit is contained in:
parent
d9f562d1f7
commit
e4da25863f
2 changed files with 2 additions and 2 deletions
|
|
@ -13,6 +13,8 @@ ld10k1_LDADD = $(ALSA_LIBS)
|
|||
lib_LTLIBRARIES = liblo10k1.la
|
||||
liblo10k1_la_SOURCES = comm.c liblo10k1.c liblo10k1ef.c liblo10k1lf.c
|
||||
#liblo10k1_la_HEADERS = comm.h liblo10k1.h liblo10k1ef.h ld10k1_error.h ld10k1_fnc.h liblo10k1lf.h
|
||||
liblo10k1_la_CFLAGS = $(ALSA_CFLAGS)
|
||||
liblo10k1_la_LIBADD = $(ALSA_LIBS)
|
||||
|
||||
lo10k1_SOURCES = lo10k1.c
|
||||
lo10k1_CFLAGS = $(ALSA_CFLAGS) -DEFFECTSDIR='"$(effectsdir)"'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue