dde_bsd: prefix audio library name

Issue #1498.
This commit is contained in:
Josef Söntgen 2015-05-08 08:50:22 +02:00 committed by Christian Helmuth
parent 11d5f07862
commit 6a89bd15fd
4 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
INC_DIR += $(LIB_INC_DIR)/x86_32 $(LIB_INC_DIR)/x86
include $(REP_DIR)/lib/mk/audio.inc
include $(REP_DIR)/lib/mk/dde_bsd_audio.inc
vpath %.S $(LIB_DIR)/x86_32

View File

@ -1,5 +1,5 @@
INC_DIR += $(LIB_INC_DIR)/x86_64 $(LIB_INC_DIR)/x86
include $(REP_DIR)/lib/mk/audio.inc
include $(REP_DIR)/lib/mk/dde_bsd_audio.inc
vpath %.S $(LIB_DIR)/x86_64

View File

@ -1,5 +1,5 @@
TARGET = audio_out_drv
REQUIRES = x86
SRC_CC = main.cc
LIBS = audio base config server
LIBS = dde_bsd_audio base config server
INC_DIR += $(REP_DIR)/include