blob: adc1936b6e54c87ba11e300bcdf9a855dd92f387 [file] [log] [blame]
Benny Prijonoe7172492006-02-09 14:53:57 +00001#
Benny Prijonof4b60912006-03-20 16:58:43 +00002# OS specific configuration for Linux OS target.
Benny Prijonoe7172492006-02-09 14:53:57 +00003#
4
5#
6# PJMEDIA_OBJS specified here are object files to be included in PJMEDIA
7# (the library) for this specific operating system. Object files common
8# to all operating systems should go in Makefile instead.
9#
10export PJMEDIA_OBJS += $(PA_DIR)/pa_unix_hostapis.o $(PA_DIR)/pa_unix_util.o \
11 $(PA_DIR)/pa_unix_oss.o
Benny Prijono7758fce2006-02-09 15:47:12 +000012# $(PA_DIR)/pa_linux_alsa.o
Benny Prijonoe7172492006-02-09 14:53:57 +000013
Benny Prijono7758fce2006-02-09 15:47:12 +000014export OS_CFLAGS += $(CC_DEF)PA_USE_OSS=1