Changeset 240


Ignore:
Timestamp:
Feb 27, 2006 12:40:01 AM (18 years ago)
Author:
bennylp
Message:

Added errno.c in Makefile

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjlib-util/build/Makefile

    r154 r240  
    2323export PJLIB_UTIL_SRCDIR = ../src/pjlib-util 
    2424export PJLIB_UTIL_OBJS += $(OS_OBJS) $(M_OBJS) $(CC_OBJS) $(HOST_OBJS) \ 
    25                 md5.o scanner.o stun.o string.o stun.o stun_client.o xml.o 
     25                errno.o md5.o scanner.o stun.o string.o stun.o stun_client.o xml.o 
    2626export PJLIB_UTIL_CFLAGS += $(_CFLAGS) 
    2727 
Note: See TracChangeset for help on using the changeset viewer.