Ported pjmedia to Linux

git-svn-id: https://svn.pjsip.org/repos/pjproject/trunk@172 74dad513-b988-da41-8d7b-12977e46ad98
diff --git a/pjmedia/build/os-linux.mak b/pjmedia/build/os-linux.mak
new file mode 100644
index 0000000..d64d8e2
--- /dev/null
+++ b/pjmedia/build/os-linux.mak
@@ -0,0 +1,13 @@
+#
+# 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
+
+export OS_CFLAGS +=