summaryrefslogtreecommitdiff
path: root/pjmedia/build/os-linux.mak
blob: 2e6d1e9867d05ff906584c0dffdf3e4a26204bb4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#
# OS specific configuration for Win32 OS target. 
#

#
# PJMEDIA_OBJS specified here are object files to be included in PJMEDIA
# (the library) for this specific operating system. Object files common 
# to all operating systems should go in Makefile instead.
#
export PJMEDIA_OBJS += $(PA_DIR)/pa_unix_hostapis.o $(PA_DIR)/pa_unix_util.o \
		       $(PA_DIR)/pa_unix_oss.o
#		       $(PA_DIR)/pa_linux_alsa.o

export OS_CFLAGS +=  $(CC_DEF)PA_USE_OSS=1