summaryrefslogtreecommitdiffstats
path: root/Makefile.target
diff options
context:
space:
mode:
authorJuan Quintela <quintela@redhat.com>2009-07-27 16:12:47 +0200
committerAnthony Liguori <aliguori@us.ibm.com>2009-07-27 14:09:17 -0500
commit7aac6cb17b7320faf0483f39f20dc52adc379957 (patch)
tree72cc0b0455740ff9396b520dd468974f5f08d304 /Makefile.target
parentef7635eccc2f1e86e81d111481ef29134f9a8c55 (diff)
downloadhqemu-7aac6cb17b7320faf0483f39f20dc52adc379957.zip
hqemu-7aac6cb17b7320faf0483f39f20dc52adc379957.tar.gz
make fmod also use FMOD_{LIBS,CFLAGS}
Signed-off-by: Juan Quintela <quintela@redhat.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Diffstat (limited to 'Makefile.target')
-rw-r--r--Makefile.target2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.target b/Makefile.target
index f512fd1..bb2885a 100644
--- a/Makefile.target
+++ b/Makefile.target
@@ -437,7 +437,7 @@ ifdef CONFIG_DSOUND
LIBS += -lole32 -ldxguid
endif
ifdef CONFIG_FMOD
-LIBS += $(CONFIG_FMOD_LIB)
+LIBS += $(FMOD_LIBS)
endif
ifdef CONFIG_OSS
LIBS += $(CONFIG_OSS_LIB)
OpenPOWER on IntegriCloud