Changeset 359


Ignore:
Timestamp:
Mar 24, 2006 8:43:23 PM (18 years ago)
Author:
bennylp
Message:

Moved getopt from pjsua-lib to pjlib-util

Location:
pjproject/trunk/pjlib-util
Files:
3 edited
2 copied

Legend:

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

    r355 r359  
    2323export PJLIB_UTIL_SRCDIR = ../src/pjlib-util 
    2424export PJLIB_UTIL_OBJS += $(OS_OBJS) $(M_OBJS) $(CC_OBJS) $(HOST_OBJS) \ 
    25                 errno.o md5.o scanner.o stun.o string.o stun.o stun_client.o xml.o 
     25                errno.o getopt.o md5.o scanner.o stun.o string.o stun.o stun_client.o \ 
     26                xml.o 
    2627export PJLIB_UTIL_CFLAGS += $(_CFLAGS) 
    2728 
  • pjproject/trunk/pjlib-util/build/pjlib_util.dsp

    r262 r359  
    9090# Begin Source File 
    9191 
     92SOURCE="..\src\pjlib-util\getopt.c" 
     93# End Source File 
     94# Begin Source File 
     95 
    9296SOURCE="..\src\pjlib-util\md5.c" 
    9397# End Source File 
     
    136140# Begin Source File 
    137141 
     142SOURCE="..\include\pjlib-util\getopt.h" 
     143# End Source File 
     144# Begin Source File 
     145 
    138146SOURCE="..\include\pjlib-util\md5.h" 
    139147# End Source File 
  • pjproject/trunk/pjlib-util/include/pjlib-util.h

    r217 r359  
    2121 
    2222#include <pjlib-util/errno.h> 
     23#include <pjlib-util/getopt.h> 
    2324#include <pjlib-util/md5.h> 
    2425#include <pjlib-util/scanner.h> 
  • pjproject/trunk/pjlib-util/src/pjlib-util/getopt.c

    r356 r359  
    2626 */ 
    2727 
    28 #include <pjsua-lib/getopt.h> 
     28#include <pjlib-util/getopt.h> 
    2929#include <pj/string.h> 
    3030 
Note: See TracChangeset for help on using the changeset viewer.