summaryrefslogtreecommitdiff
path: root/pjlib/build/os-linux.mak
diff options
context:
space:
mode:
authorBenny Prijono <bennylp@teluu.com>2006-05-16 12:33:52 +0000
committerBenny Prijono <bennylp@teluu.com>2006-05-16 12:33:52 +0000
commitca05e325d99bde3c74889348aacc77571f21a0b9 (patch)
tree9def7db9b0ecaf884432d3bb40f7bc0f072556e2 /pjlib/build/os-linux.mak
parent61d12c050968fed0d76988d9a5b4b1db4c1a18ed (diff)
Fixed broken make on Linux etc because of missing os_timestamp_linux.c (was renamed to os_timestamp_posix.c)
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@447 74dad513-b988-da41-8d7b-12977e46ad98
Diffstat (limited to 'pjlib/build/os-linux.mak')
-rw-r--r--pjlib/build/os-linux.mak2
1 files changed, 1 insertions, 1 deletions
diff --git a/pjlib/build/os-linux.mak b/pjlib/build/os-linux.mak
index 7a30fa71..11c6fa73 100644
--- a/pjlib/build/os-linux.mak
+++ b/pjlib/build/os-linux.mak
@@ -11,7 +11,7 @@ export PJLIB_OBJS += addr_resolv_sock.o file_access_unistd.o \
file_io_ansi.o guid_simple.o \
log_writer_stdout.o os_core_unix.o \
os_error_unix.o os_time_unix.o \
- os_timestamp_common.o os_timestamp_linux.o \
+ os_timestamp_common.o os_timestamp_posix.o \
pool_policy_malloc.o sock_bsd.o sock_select.o
ifeq (epoll,$(LINUX_POLL))