mirror of
https://github.com/alsa-project/alsa-tools.git
synced 2025-11-20 06:59:55 -05:00
Fix handling of $CFLAGS and $LIBS
Adds LD10K1_CFLAGS and LD10K1_LDFLAGS in src/Makefile.am, and moves QT_CXXFLAGS to the makefile. Signed-off-by: Mikael Magnusson <mikma@users.sourceforge.net>
This commit is contained in:
parent
e4da25863f
commit
8ff2d3d2ea
2 changed files with 4 additions and 1 deletions
|
|
@ -4,6 +4,10 @@
|
|||
# of the other Makefile.am variables
|
||||
bin_PROGRAMS = qlo10k1
|
||||
|
||||
AM_CPPFLAGS = $(LD10K1_CFLAGS)
|
||||
AM_CXXFLAGS= $(QT_CXXFLAGS)
|
||||
AM_LDFLAGS = $(LD10K1_LDFLAGS)
|
||||
|
||||
# the libraries to link against.
|
||||
qlo10k1_LDADD = $(LDADD) $(QT_LDADD)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue