summaryrefslogtreecommitdiff
path: root/pjlib/build/os-linux.mak
diff options
context:
space:
mode:
authorBenny Prijono <bennylp@teluu.com>2005-11-07 18:14:08 +0000
committerBenny Prijono <bennylp@teluu.com>2005-11-07 18:14:08 +0000
commit8b3f0c56c5c885134f3865539a7257a7ebb90387 (patch)
tree0388183e5ca1c7973c0b830bdbd0bedd58a9c315 /pjlib/build/os-linux.mak
parente25a988d098a075f5519090c24237c3b97bc1323 (diff)
UDP echo testing in Linux
git-svn-id: http://svn.pjsip.org/repos/pjproject/main@19 74dad513-b988-da41-8d7b-12977e46ad98
Diffstat (limited to 'pjlib/build/os-linux.mak')
-rw-r--r--pjlib/build/os-linux.mak2
1 files changed, 2 insertions, 0 deletions
diff --git a/pjlib/build/os-linux.mak b/pjlib/build/os-linux.mak
index ab220411..a705d4cd 100644
--- a/pjlib/build/os-linux.mak
+++ b/pjlib/build/os-linux.mak
@@ -17,6 +17,8 @@ export PJLIB_OBJS += addr_resolv_sock.o guid_simple.o \
#export PJLIB_OBJS += ioqueue_select.o
export PJLIB_OBJS += ioqueue_epoll.o
+export PJLIB_OBJS += file_access_unistd.o file_io_ansi.o
+
#
# TEST_OBJS are operating system specific object files to be included in
# the test application.