summaryrefslogtreecommitdiff
path: root/pjmedia/build/os-linux.mak
diff options
context:
space:
mode:
authorBenny Prijono <bennylp@teluu.com>2006-02-09 14:53:57 +0000
committerBenny Prijono <bennylp@teluu.com>2006-02-09 14:53:57 +0000
commit7cf4a041e150c925077e1184117a8d37b71bba51 (patch)
tree334fd1301e97930551db056c3e47cedef746fffa /pjmedia/build/os-linux.mak
parent333fbd7e724d93411250a86659eca9f14d6ff5c8 (diff)
Ported pjmedia to Linux
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@172 74dad513-b988-da41-8d7b-12977e46ad98
Diffstat (limited to 'pjmedia/build/os-linux.mak')
-rw-r--r--pjmedia/build/os-linux.mak13
1 files changed, 13 insertions, 0 deletions
diff --git a/pjmedia/build/os-linux.mak b/pjmedia/build/os-linux.mak
new file mode 100644
index 00000000..d64d8e26
--- /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 +=